Skip to content

Commit 53e11db

Browse files
authored
Merge pull request OCA#273 from OCA/14.0
Syncing from upstream OCA/server-auth (14.0)
2 parents cd41c20 + bf29128 commit 53e11db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ addon | version | maintainers | summary
3434
[auth_session_timeout](auth_session_timeout/) | 14.0.1.0.1 | | This module disable all inactive sessions since a given delay
3535
[auth_signup_verify_email](auth_signup_verify_email/) | 14.0.1.0.1 | | Force uninvited users to use a good email for signup
3636
[auth_user_case_insensitive](auth_user_case_insensitive/) | 14.0.1.0.0 | | Makes the user login field case insensitive
37-
[password_security](password_security/) | 14.0.1.0.0 | | Allow admin to set password security requirements.
37+
[password_security](password_security/) | 14.0.1.1.0 | | Allow admin to set password security requirements.
3838
[user_log_view](user_log_view/) | 14.0.1.0.0 | [![trojikman](https://github.com/trojikman.png?size=30px)](https://github.com/trojikman) | Allow to see user's actions log
3939
[users_ldap_groups](users_ldap_groups/) | 14.0.1.0.0 | | Adds user accounts to groups based on rules defined by the administrator.
4040
[users_ldap_mail](users_ldap_mail/) | 14.0.1.0.0 | [![joao-p-marques](https://github.com/joao-p-marques.png?size=30px)](https://github.com/joao-p-marques) | LDAP mapping for user name and e-mail

password_security/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Password Security",
77
"summary": "Allow admin to set password security requirements.",
8-
"version": "14.0.1.0.0",
8+
"version": "14.0.1.1.0",
99
"author": "LasLabs, "
1010
"Kaushal Prajapati, "
1111
"Tecnativa, "

password_security/security/res_users_pass_history.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</record>
1717
<record id="erp_manager_pass_history_rule" model="ir.rule">
1818
<field name="name">Res Users Pass History Access</field>
19-
<field name="perm_read">0</field>
19+
<field name="perm_read">1</field>
2020
<field name="perm_write">0</field>
2121
<field name="perm_create">1</field>
2222
<field name="perm_unlink">0</field>

0 commit comments

Comments
 (0)