Merge pull request #96 from acsone/8.0-amu-migration_auth_admin_passkey
[8.0] migration of auth_admin_passkeypull/122/head
commit
f13b13ca5c
|
@ -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/)
|
|
@ -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',
|
||||||
|
@ -61,6 +41,6 @@ Copyright, Author and Licence :
|
||||||
'images': [],
|
'images': [],
|
||||||
'post_load': '',
|
'post_load': '',
|
||||||
'application': False,
|
'application': False,
|
||||||
'installable': False,
|
'installable': True,
|
||||||
'auto_install': False,
|
'auto_install': False,
|
||||||
}
|
}
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
Loading…
Reference in New Issue