first commit

This commit is contained in:
Ruslan Grak
2025-01-07 10:00:02 +03:00
commit 626d8d3c56
349 changed files with 44175 additions and 0 deletions

View 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*.

View 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>

View 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.

View File

@@ -0,0 +1,2 @@
* Install `email_validator <https://pypi.org/project/email-validator/>`_
with ``pip install email_validator`` or equivalent.

View File

@@ -0,0 +1,4 @@
To use this module, you need to:
* Log out.
* `Sign up </web/signup>`_ with a valid email.