diff --git a/auth_signup_verify_email/README.rst b/auth_signup_verify_email/README.rst index 10586085d4..55ea1092cb 100644 --- a/auth_signup_verify_email/README.rst +++ b/auth_signup_verify_email/README.rst @@ -30,9 +30,13 @@ Verify email at signup This module extends the functionality of public sign up to force users to provide a valid email address. +When sign up the module send an invitation email ("reset password" mail template) +to the new user with a unique access link which allows the new user to create the password. To achieve this, users are not required to provide a password at sign -up: they are asked for only at first login attempt. +up (the module hides the fields "password" and "confirm password"): +they are asked for only at first login attempt. +The password would be set for the very first time when user clicks on the unique access link recieved by email. **Table of contents** diff --git a/auth_signup_verify_email/__manifest__.py b/auth_signup_verify_email/__manifest__.py index f7694daaf7..5843275d4a 100644 --- a/auth_signup_verify_email/__manifest__.py +++ b/auth_signup_verify_email/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Verify email at signup", "summary": "Force uninvited users to use a good email for signup", - "version": "16.0.1.0.0", + "version": "17.0.1.0.0", "category": "Authentication", "website": "https://github.com/OCA/server-auth", "author": "Antiun IngenierĂ­a S.L., "