Skip to content

Commit b78ef1f

Browse files
jr2-adhocnicomacr
authored andcommitted
[MIG] auth_signup_verify_email: Migration to 18.0
1 parent bfcd6f6 commit b78ef1f

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

auth_signup_verify_email/README.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Verify email at signup
1717
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1818
:alt: License: AGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github
20-
:target: https://github.com/OCA/server-auth/tree/17.0/auth_signup_verify_email
20+
:target: https://github.com/OCA/server-auth/tree/18.0/auth_signup_verify_email
2121
:alt: OCA/server-auth
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23-
:target: https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-auth_signup_verify_email
23+
:target: https://translation.odoo-community.org/projects/server-auth-18-0/server-auth-18-0-auth_signup_verify_email
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=17.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=18.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -42,35 +42,35 @@ up: they are asked for only at first login attempt.
4242
Installation
4343
============
4444

45-
- Install
46-
`email_validator <https://pypi.org/project/email-validator/>`__ with
47-
``pip install email_validator`` or equivalent.
45+
- Install
46+
`email_validator <https://pypi.org/project/email-validator/>`__ with
47+
``pip install email_validator`` or equivalent.
4848

4949
Configuration
5050
=============
5151

5252
To configure this module, you need to:
5353

54-
- `Properly configure your outgoing email
55-
server(s) <https://www.odoo.com/forum/help-1/question/how-to-configure-email-gateway-282#answer_290>`__.
56-
- Go to *Settings > General Settings -> General settings*, search for
57-
the *Users* section and enable *Free sign up* in *Customer account*.
54+
- `Properly configure your outgoing email
55+
server(s) <https://www.odoo.com/forum/help-1/question/how-to-configure-email-gateway-282#answer_290>`__.
56+
- Go to *Settings > General Settings -> General settings*, search for
57+
the *Users* section and enable *Free sign up* in *Customer account*.
5858

5959
Usage
6060
=====
6161

6262
To use this module, you need to:
6363

64-
- Log out.
65-
- `Sign up </web/signup>`__ with a valid email.
64+
- Log out.
65+
- `Sign up </web/signup>`__ with a valid email.
6666

6767
Bug Tracker
6868
===========
6969

7070
Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-auth/issues>`_.
7171
In case of trouble, please check there if your issue has already been reported.
7272
If you spotted it first, help us to smash it by providing a detailed and welcomed
73-
`feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20auth_signup_verify_email%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
73+
`feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20auth_signup_verify_email%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
7474

7575
Do not contact contributors directly about support or help with technical issues.
7676

@@ -86,11 +86,11 @@ Authors
8686
Contributors
8787
------------
8888

89-
- Rafael Blasco <rafaelbn@antiun.com>
90-
- Jairo Llopis <yajo.sk8@gmail.com>
91-
- Simone Orsi <simone.orsi@camptocamp.com>
92-
- Alexandre Díaz <alexandre.diaz@tecnativa.com>
93-
- Eugene Molotov <molotov@it-projects.info>
89+
- Rafael Blasco <rafaelbn@antiun.com>
90+
- Jairo Llopis <yajo.sk8@gmail.com>
91+
- Simone Orsi <simone.orsi@camptocamp.com>
92+
- Alexandre Díaz <alexandre.diaz@tecnativa.com>
93+
- Eugene Molotov <molotov@it-projects.info>
9494

9595
Maintainers
9696
-----------
@@ -105,6 +105,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
105105
mission is to support the collaborative development of Odoo features and
106106
promote its widespread use.
107107

108-
This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/17.0/auth_signup_verify_email>`_ project on GitHub.
108+
This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/18.0/auth_signup_verify_email>`_ project on GitHub.
109109

110110
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

auth_signup_verify_email/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Verify email at signup",
55
"summary": "Force uninvited users to use a good email for signup",
6-
"version": "17.0.1.0.0",
6+
"version": "18.0.1.0.0",
77
"category": "Authentication",
88
"website": "https://github.com/OCA/server-auth",
99
"author": "Antiun Ingeniería S.L., "

auth_signup_verify_email/static/description/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ <h1 class="title">Verify email at signup</h1>
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370
!! source digest: sha256:274f810828ef641afd6c195ae02872e752ed23dbd0f25a6dc79d45ba0dec1625
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-auth/tree/17.0/auth_signup_verify_email"><img alt="OCA/server-auth" src="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-auth-17-0/server-auth-17-0-auth_signup_verify_email"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-auth&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-auth/tree/18.0/auth_signup_verify_email"><img alt="OCA/server-auth" src="https://img.shields.io/badge/github-OCA%2Fserver--auth-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-auth-18-0/server-auth-18-0-auth_signup_verify_email"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-auth&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module extends the functionality of public sign up to force users
374374
to provide a valid email address.</p>
375375
<p>To achieve this, users are not required to provide a password at sign
@@ -420,7 +420,7 @@ <h1><a class="toc-backref" href="#toc-entry-4">Bug Tracker</a></h1>
420420
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-auth/issues">GitHub Issues</a>.
421421
In case of trouble, please check there if your issue has already been reported.
422422
If you spotted it first, help us to smash it by providing a detailed and welcomed
423-
<a class="reference external" href="https://github.com/OCA/server-auth/issues/new?body=module:%20auth_signup_verify_email%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
423+
<a class="reference external" href="https://github.com/OCA/server-auth/issues/new?body=module:%20auth_signup_verify_email%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
424424
<p>Do not contact contributors directly about support or help with technical issues.</p>
425425
</div>
426426
<div class="section" id="credits">
@@ -451,7 +451,7 @@ <h2><a class="toc-backref" href="#toc-entry-8">Maintainers</a></h2>
451451
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
452452
mission is to support the collaborative development of Odoo features and
453453
promote its widespread use.</p>
454-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-auth/tree/17.0/auth_signup_verify_email">OCA/server-auth</a> project on GitHub.</p>
454+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/server-auth/tree/18.0/auth_signup_verify_email">OCA/server-auth</a> project on GitHub.</p>
455455
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
456456
</div>
457457
</div>

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated from manifests external_dependencies
2-
pysaml2
32
email_validator
43
lxml
4+
pysaml2
55
python-jose

0 commit comments

Comments
 (0)