diff --git a/auth_signup_verify_email/README.rst b/auth_signup_verify_email/README.rst index 784b06a7b..7b66e462b 100644 --- a/auth_signup_verify_email/README.rst +++ b/auth_signup_verify_email/README.rst @@ -17,13 +17,13 @@ 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/17.0/auth_signup_verify_email + :target: https://github.com/OCA/server-auth/tree/18.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-17-0/server-auth-17-0-auth_signup_verify_email + :target: https://translation.odoo-community.org/projects/server-auth-18-0/server-auth-18-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=17.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -42,27 +42,27 @@ 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 =========== @@ -70,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. @@ -86,11 +86,11 @@ Authors Contributors ------------ -- Rafael Blasco -- Jairo Llopis -- Simone Orsi -- Alexandre Díaz -- Eugene Molotov +- Rafael Blasco +- Jairo Llopis +- Simone Orsi +- Alexandre Díaz +- Eugene Molotov Maintainers ----------- @@ -105,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/__manifest__.py b/auth_signup_verify_email/__manifest__.py index 5843275d4..89108e841 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": "17.0.1.0.0", + "version": "18.0.1.0.0", "category": "Authentication", "website": "https://github.com/OCA/server-auth", "author": "Antiun Ingeniería S.L., " diff --git a/auth_signup_verify_email/static/description/index.html b/auth_signup_verify_email/static/description/index.html index 023a514a4..1a6da3a92 100644 --- a/auth_signup_verify_email/static/description/index.html +++ b/auth_signup_verify_email/static/description/index.html @@ -369,7 +369,7 @@

Verify email at signup

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:274f810828ef641afd6c195ae02872e752ed23dbd0f25a6dc79d45ba0dec1625 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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 @@ -420,7 +420,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.

@@ -451,7 +451,7 @@

Maintainers

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.