diff --git a/auth_admin/__manifest__.py b/auth_admin/__manifest__.py index ab95847e..25cc444b 100755 --- a/auth_admin/__manifest__.py +++ b/auth_admin/__manifest__.py @@ -1,8 +1,8 @@ { 'name': 'Auth Admin', - 'author': 'Hibou Corp. ', + 'author': 'Hibou Corp.', 'category': 'Hidden', - 'version': '16.0.1.0.0', + 'version': '17.0.1.0.0', 'description': """ Login as other user @@ -14,6 +14,9 @@ Can also create a URL that logs in as that user. Out of the box, only allows you to generate a login for an 'External User', e.g. portal users. *2017-11-15* New button to generate the login on the Portal User Wizard (Action on Contact) + +Added the option to copy the Force Login URL by simply clicking the Copy widget in the Portal User Wizard. + """, 'depends': [ 'base', diff --git a/auth_admin/views/res_users.xml b/auth_admin/views/res_users.xml index b818c870..e91821c7 100755 --- a/auth_admin/views/res_users.xml +++ b/auth_admin/views/res_users.xml @@ -7,8 +7,10 @@ -