first commit
This commit is contained in:
6
auth_signup_verify_email/readme/CONFIGURE.rst
Executable file
6
auth_signup_verify_email/readme/CONFIGURE.rst
Executable file
@@ -0,0 +1,6 @@
|
||||
To configure this module, you need to:
|
||||
|
||||
* `Properly configure your outgoing email server(s)
|
||||
<https://www.odoo.com/forum/help-1/question/how-to-configure-email-gateway-282#answer_290>`_.
|
||||
* Go to *Settings > General Settings -> General settings*, search for
|
||||
the *Users* section and enable *Free sign up* in *Customer account*.
|
||||
5
auth_signup_verify_email/readme/CONTRIBUTORS.rst
Executable file
5
auth_signup_verify_email/readme/CONTRIBUTORS.rst
Executable file
@@ -0,0 +1,5 @@
|
||||
* Rafael Blasco <rafaelbn@antiun.com>
|
||||
* Jairo Llopis <yajo.sk8@gmail.com>
|
||||
* Simone Orsi <simone.orsi@camptocamp.com>
|
||||
* Alexandre Díaz <alexandre.diaz@tecnativa.com>
|
||||
* Eugene Molotov <molotov@it-projects.info>
|
||||
5
auth_signup_verify_email/readme/DESCRIPTION.rst
Executable file
5
auth_signup_verify_email/readme/DESCRIPTION.rst
Executable file
@@ -0,0 +1,5 @@
|
||||
This module extends the functionality of public sign up to force users to
|
||||
provide a valid email address.
|
||||
|
||||
To achieve this, users are not required to provide a password at
|
||||
sign up: they are asked for only at first login attempt.
|
||||
2
auth_signup_verify_email/readme/INSTALL.rst
Executable file
2
auth_signup_verify_email/readme/INSTALL.rst
Executable file
@@ -0,0 +1,2 @@
|
||||
* Install `email_validator <https://pypi.org/project/email-validator/>`_
|
||||
with ``pip install email_validator`` or equivalent.
|
||||
4
auth_signup_verify_email/readme/USAGE.rst
Executable file
4
auth_signup_verify_email/readme/USAGE.rst
Executable file
@@ -0,0 +1,4 @@
|
||||
To use this module, you need to:
|
||||
|
||||
* Log out.
|
||||
* `Sign up </web/signup>`_ with a valid email.
|
||||
Reference in New Issue
Block a user