Skip to content

Commit

Permalink
[MIG] auth_signup_verify_email: Migration to 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Oct 6, 2021
1 parent 96381e9 commit 9e54359
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion auth_signup_verify_email/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Verify email at signup",
"summary": "Force uninvited users to use a good email for signup",
"version": "13.0.1.0.1",
"version": "14.0.1.0.0",
"category": "Authentication",
"website": "https://github.com/OCA/server-auth",
"author": "Antiun Ingeniería S.L., "
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# generated from manifests external_dependencies
cryptography
email_validator
lxml
pyjwt
pysaml2
python-ldap
zxcvbn
# auth_signup_verify_email
email_validator

0 comments on commit 9e54359

Please sign in to comment.