Skip to content

Commit

Permalink
[MIG] auth_signup_verify_email: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-weiss committed Jan 9, 2024
1 parent 3ee0d2c commit 59a0704
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion auth_signup_verify_email/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion auth_signup_verify_email/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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., "
Expand Down

0 comments on commit 59a0704

Please sign in to comment.