diff --git a/auth_signup_verify_email/README.rst b/auth_signup_verify_email/README.rst index 92b1b61ac9..10586085d4 100644 --- a/auth_signup_verify_email/README.rst +++ b/auth_signup_verify_email/README.rst @@ -17,22 +17,22 @@ Verify email at signup :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github - :target: https://github.com/OCA/server-auth/tree/16.0/auth_signup_verify_email + :target: https://github.com/OCA/server-auth/tree/17.0/auth_signup_verify_email :alt: OCA/server-auth .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/server-auth-16-0/server-auth-16-0-auth_signup_verify_email + :target: https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-auth_signup_verify_email :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module extends the functionality of public sign up to force users to -provide a valid email address. +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. +To achieve this, users are not required to provide a password at sign +up: they are asked for only at first login attempt. **Table of contents** @@ -42,26 +42,27 @@ sign up: they are asked for only at first login attempt. Installation ============ -* Install `email_validator `_ - with ``pip install email_validator`` or equivalent. +- Install + `email_validator `__ with + ``pip install email_validator`` or equivalent. Configuration ============= To configure this module, you need to: -* `Properly configure your outgoing email server(s) - `_. -* Go to *Settings > General Settings -> General settings*, search for - the *Users* section and enable *Free sign up* in *Customer account*. +- `Properly configure your outgoing email + server(s) `__. +- Go to *Settings > General Settings -> General settings*, search for + the *Users* section and enable *Free sign up* in *Customer account*. Usage ===== To use this module, you need to: -* Log out. -* `Sign up `_ with a valid email. +- Log out. +- `Sign up `__ with a valid email. Bug Tracker =========== @@ -69,7 +70,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -77,22 +78,22 @@ Credits ======= Authors -~~~~~~~ +------- * Antiun Ingeniería S.L. * Tecnativa Contributors -~~~~~~~~~~~~ +------------ -* Rafael Blasco -* Jairo Llopis -* Simone Orsi -* Alexandre Díaz -* Eugene Molotov +- Rafael Blasco +- Jairo Llopis +- Simone Orsi +- Alexandre Díaz +- Eugene Molotov Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -104,6 +105,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/server-auth `_ project on GitHub. +This module is part of the `OCA/server-auth `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/auth_signup_verify_email/pyproject.toml b/auth_signup_verify_email/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/auth_signup_verify_email/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/auth_signup_verify_email/readme/CONFIGURE.md b/auth_signup_verify_email/readme/CONFIGURE.md new file mode 100644 index 0000000000..0fa0a8b003 --- /dev/null +++ b/auth_signup_verify_email/readme/CONFIGURE.md @@ -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*. diff --git a/auth_signup_verify_email/readme/CONFIGURE.rst b/auth_signup_verify_email/readme/CONFIGURE.rst deleted file mode 100644 index 1c071f88d1..0000000000 --- a/auth_signup_verify_email/readme/CONFIGURE.rst +++ /dev/null @@ -1,6 +0,0 @@ -To configure this module, you need to: - -* `Properly configure your outgoing email server(s) - `_. -* Go to *Settings > General Settings -> General settings*, search for - the *Users* section and enable *Free sign up* in *Customer account*. diff --git a/auth_signup_verify_email/readme/CONTRIBUTORS.md b/auth_signup_verify_email/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..53d721f8da --- /dev/null +++ b/auth_signup_verify_email/readme/CONTRIBUTORS.md @@ -0,0 +1,5 @@ +- Rafael Blasco \<\> +- Jairo Llopis \<\> +- Simone Orsi \<\> +- Alexandre Díaz \<\> +- Eugene Molotov \<\> diff --git a/auth_signup_verify_email/readme/CONTRIBUTORS.rst b/auth_signup_verify_email/readme/CONTRIBUTORS.rst deleted file mode 100644 index db6c44ec41..0000000000 --- a/auth_signup_verify_email/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,5 +0,0 @@ -* Rafael Blasco -* Jairo Llopis -* Simone Orsi -* Alexandre Díaz -* Eugene Molotov diff --git a/auth_signup_verify_email/readme/DESCRIPTION.rst b/auth_signup_verify_email/readme/DESCRIPTION.md similarity index 56% rename from auth_signup_verify_email/readme/DESCRIPTION.rst rename to auth_signup_verify_email/readme/DESCRIPTION.md index 0611813565..bd8e7df8f2 100644 --- a/auth_signup_verify_email/readme/DESCRIPTION.rst +++ b/auth_signup_verify_email/readme/DESCRIPTION.md @@ -1,5 +1,5 @@ -This module extends the functionality of public sign up to force users to -provide a valid email address. +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. +To achieve this, users are not required to provide a password at sign +up: they are asked for only at first login attempt. diff --git a/auth_signup_verify_email/readme/INSTALL.md b/auth_signup_verify_email/readme/INSTALL.md new file mode 100644 index 0000000000..79255ee07b --- /dev/null +++ b/auth_signup_verify_email/readme/INSTALL.md @@ -0,0 +1,2 @@ +- Install [email_validator](https://pypi.org/project/email-validator/) + with `pip install email_validator` or equivalent. diff --git a/auth_signup_verify_email/readme/INSTALL.rst b/auth_signup_verify_email/readme/INSTALL.rst deleted file mode 100644 index 647c3b7dcd..0000000000 --- a/auth_signup_verify_email/readme/INSTALL.rst +++ /dev/null @@ -1,2 +0,0 @@ -* Install `email_validator `_ - with ``pip install email_validator`` or equivalent. diff --git a/auth_signup_verify_email/readme/USAGE.md b/auth_signup_verify_email/readme/USAGE.md new file mode 100644 index 0000000000..9cac583552 --- /dev/null +++ b/auth_signup_verify_email/readme/USAGE.md @@ -0,0 +1,4 @@ +To use this module, you need to: + +- Log out. +- [Sign up](/web/signup) with a valid email. diff --git a/auth_signup_verify_email/readme/USAGE.rst b/auth_signup_verify_email/readme/USAGE.rst deleted file mode 100644 index dbb9ad03ea..0000000000 --- a/auth_signup_verify_email/readme/USAGE.rst +++ /dev/null @@ -1,4 +0,0 @@ -To use this module, you need to: - -* Log out. -* `Sign up `_ with a valid email. diff --git a/auth_signup_verify_email/static/description/index.html b/auth_signup_verify_email/static/description/index.html index e68bdd125c..ae8b91cd61 100644 --- a/auth_signup_verify_email/static/description/index.html +++ b/auth_signup_verify_email/static/description/index.html @@ -369,11 +369,11 @@

Verify email at signup

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:dd7b5841641c2a3cd11c65edf7bf06c918b7c772fe6ca2dfb66c9f7b433e5371 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/server-auth Translate me on Weblate Try me on Runboat

-

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.

+

Beta License: AGPL-3 OCA/server-auth Translate me on Weblate Try me on Runboat

+

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.

Table of contents

diff --git a/auth_signup_verify_email/tests/test_verify_email.py b/auth_signup_verify_email/tests/test_verify_email.py index 7688d47cea..39a82073c0 100644 --- a/auth_signup_verify_email/tests/test_verify_email.py +++ b/auth_signup_verify_email/tests/test_verify_email.py @@ -6,7 +6,7 @@ try: from unittest.mock import patch except ImportError: - from mock import patch + from unittest.mock import patch from odoo.tests.common import HttpCase from odoo.tools.misc import mute_logger diff --git a/pandoc-3.1.11-1-amd64.deb b/pandoc-3.1.11-1-amd64.deb new file mode 100644 index 0000000000..9e5a1ea57b Binary files /dev/null and b/pandoc-3.1.11-1-amd64.deb differ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000..976ea8d3b0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +# generated from manifests external_dependencies +email_validator +lxml