forked from OCA/server-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] auth_signup_verify_email: Migration to 13.0
- Loading branch information
1 parent
d8cda28
commit f9eceb8
Showing
17 changed files
with
77 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,13 +14,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/12.0/auth_signup_verify_email | ||
:target: https://github.com/OCA/server-auth/tree/13.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-12-0/server-auth-12-0-auth_signup_verify_email | ||
:target: https://translation.odoo-community.org/projects/server-auth-13-0/server-auth-13-0-auth_signup_verify_email | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/251/12.0 | ||
:target: https://runbot.odoo-community.org/runbot/251/13.0 | ||
:alt: Try me on Runbot | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
@@ -39,16 +39,16 @@ sign up: they are asked for only at first login attempt. | |
Installation | ||
============ | ||
|
||
* Install `validate_email <https://pypi.python.org/pypi/validate_email>`_ | ||
with ``pip install validate_email`` or equivalent. | ||
* Install `email_validator <https://pypi.org/project/email-validator/>`_ | ||
with ``pip install email_validator`` or equivalent. | ||
|
||
Configuration | ||
============= | ||
|
||
To configure this module, you need to: | ||
|
||
* `Properly configure your outgoing email server(s) | ||
<https://www.odoo.com/es_ES/forum/help-1/question/how-to-configure-email-gateway-282#answer_290>`_. | ||
<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*. | ||
|
||
|
@@ -66,7 +66,7 @@ Bug Tracker | |
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-auth/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us smashing it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20auth_signup_verify_email%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
`feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20auth_signup_verify_email%0Aversion:%2013.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
|
@@ -86,6 +86,7 @@ Contributors | |
* Jairo Llopis <[email protected]> | ||
* Simone Orsi <[email protected]> | ||
* Alexandre Díaz <[email protected]> | ||
* Eugene Molotov <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
@@ -100,6 +101,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 <https://github.com/OCA/server-auth/tree/12.0/auth_signup_verify_email>`_ project on GitHub. | ||
This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/13.0/auth_signup_verify_email>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,38 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * auth_signup_verify_email | ||
# * auth_signup_verify_email | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Project-Id-Version: Odoo Server 13.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: <>\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: auth_signup_verify_email | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:85 | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:0 | ||
#, python-format | ||
msgid "Another user is already registered using this email address." | ||
msgstr "" | ||
|
||
#. module: auth_signup_verify_email | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:95 | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:0 | ||
#, python-format | ||
msgid "Check your email to activate your account!" | ||
msgstr "" | ||
|
||
#. module: auth_signup_verify_email | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:90 | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:0 | ||
#, python-format | ||
msgid "Something went wrong, please try again later or contact us." | ||
msgstr "" | ||
|
||
#. module: auth_signup_verify_email | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:56 | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:0 | ||
#, python-format | ||
msgid "That does not seem to be an email address." | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ msgstr "" | |
"POT-Creation-Date: 2015-11-27 14:01+0000\n" | ||
"PO-Revision-Date: 2019-09-03 03:23+0000\n" | ||
"Last-Translator: Rodrigo Macedo <[email protected]>\n" | ||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/" | ||
"OCA-server-tools-8-0/language/pt_BR/)\n" | ||
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-" | ||
"tools-8-0/language/pt_BR/)\n" | ||
"Language: pt_BR\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
|
@@ -20,25 +20,25 @@ msgstr "" | |
"X-Generator: Weblate 3.8\n" | ||
|
||
#. module: auth_signup_verify_email | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:85 | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:0 | ||
#, python-format | ||
msgid "Another user is already registered using this email address." | ||
msgstr "Outro usuário já está registrado usando este endereço de email." | ||
|
||
#. module: auth_signup_verify_email | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:95 | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:0 | ||
#, python-format | ||
msgid "Check your email to activate your account!" | ||
msgstr "Verifique seu e-mail para ativar sua conta!" | ||
|
||
#. module: auth_signup_verify_email | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:90 | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:0 | ||
#, python-format | ||
msgid "Something went wrong, please try again later or contact us." | ||
msgstr "Ocorreu um erro. Tente novamente mais tarde ou entre em contato." | ||
|
||
#. module: auth_signup_verify_email | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:56 | ||
#: code:addons/auth_signup_verify_email/controllers/main.py:0 | ||
#, python-format | ||
msgid "That does not seem to be an email address." | ||
msgstr "Esse não parece ser um endereço de email." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.