Browse Source

[CHG] auth_admin_passkey: move description to README.md

pull/96/head
Anthony Muschang 10 years ago
parent
commit
1f12893c8d
  1. 18
      auth_admin_passkey/README.md
  2. 20
      auth_admin_passkey/__openerp__.py

18
auth_admin_passkey/README.md

@ -0,0 +1,18 @@
Admin password become a passkey for all active logins
=====================================================
Functionality :
---------------
* Administrator has now the possibility to login in with any login;
* By default, OpenERP will send a mail to user and admin to indicate them;
* If a user and the admin have the same password, admin will be informed;
Technical information :
-----------------------
* Create two ir_config_parameter to enable / disable mail sending;
Copyright, Author and Licence :
-------------------------------
* Copyright : 2014, Groupement Régional Alimentaire de Proximité;
* Author : Sylvain LE GAL (https://twitter.com/legalsylvain);
* Licence : AGPL-3 (http://www.gnu.org/licenses/)

20
auth_admin_passkey/__openerp__.py

@ -24,26 +24,6 @@
'name': 'Authentification - Admin Passkey', 'name': 'Authentification - Admin Passkey',
'version': '2.1.1', 'version': '2.1.1',
'category': 'base', 'category': 'base',
'description': """
Admin password become a passkey for all active logins
=====================================================
Functionality :
---------------
* Administrator has now the possibility to login in with any login;
* By default, OpenERP will send a mail to user and admin to indicate them;
* If a user and the admin have the same password, admin will be informed;
Technical information :
-----------------------
* Create two ir_config_parameter to enable / disable mail sending;
Copyright, Author and Licence :
-------------------------------
* Copyright : 2014, Groupement Régional Alimentaire de Proximité;
* Author : Sylvain LE GAL (https://twitter.com/legalsylvain);
* Licence : AGPL-3 (http://www.gnu.org/licenses/)
""",
'author': 'GRAP', 'author': 'GRAP',
'website': 'http://www.grap.coop', 'website': 'http://www.grap.coop',
'license': 'AGPL-3', 'license': 'AGPL-3',

Loading…
Cancel
Save