@@ -17,28 +17,28 @@ Password Security
1717 :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1818 :alt: License: LGPL-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/16 .0/password_security
20+ :target: https://github.com/OCA/server-auth/tree/17 .0/password_security
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-16 -0/server-auth-16 -0-password_security
23+ :target: https://translation.odoo-community.org/projects/server-auth-17 -0/server-auth-17 -0-password_security
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=16 .0
26+ :target: https://runboat.odoo-community.org/builds?repo=OCA/server-auth&target_branch=17 .0
2727 :alt: Try me on Runboat
2828
2929|badge1 | |badge2 | |badge3 | |badge4 | |badge5 |
3030
31- This module allows admin to set company-level password security requirements
32- and enforces them on the user.
31+ This module allows admin to set company-level password security
32+ requirements and enforces them on the user.
3333
3434It contains features such as
3535
36- * Password expiration days
37- * Password length requirement
38- * Password minimum number of lowercase letters
39- * Password minimum number of uppercase letters
40- * Password minimum number of numbers
41- * Password minimum number of special characters
36+ - Password expiration days
37+ - Password length requirement
38+ - Password minimum number of lowercase letters
39+ - Password minimum number of uppercase letters
40+ - Password minimum number of numbers
41+ - Password minimum number of special characters
4242
4343**Table of contents **
4444
@@ -48,51 +48,39 @@ It contains features such as
4848Configuration
4949=============
5050
51- Navigate to General Settings under Configuration
52- Scroll down to the ``Password Policy `` section
53- Set the policies to your liking.
51+ Navigate to General Settings under Configuration Scroll down to the
52+ ``Password Policy `` section Set the policies to your liking.
5453
55- Password complexity requirements will be enforced upon next password change for
56- any user in that company.
54+ Password complexity requirements will be enforced upon next password
55+ change for any user in that company.
5756
5857**Settings & Defaults **
5958
6059These are defined at the company level:
6160
62- ===================== ======= ===================================================
63- Name Default Description
64- ===================== ======= ===================================================
65- password_expiration 60 Days until passwords expire
66- password_length 12 Minimum number of characters in password
67- password_lower 0 Minimum number of lowercase letter in password
68- password_upper 0 Minimum number of uppercase letters in password
69- password_numeric 0 Minimum number of number in password
70- password_special 0 Minimum number of unique special character in password
71- password_history 30 Disallow reuse of this many previous passwords
72- password_minimum 24 Amount of hours that must pass until another reset
73- ===================== ======= ===================================================
61+ [TABLE]
7462
7563Usage
7664=====
7765
78- Configure using above instructions for each company that should have password
79- security mandates.
66+ Configure using above instructions for each company that should have
67+ password security mandates.
8068
8169Bug Tracker
8270===========
8371
8472Bugs are tracked on `GitHub Issues <https://github.com/OCA/server-auth/issues >`_.
8573In case of trouble, please check there if your issue has already been reported.
8674If you spotted it first, help us to smash it by providing a detailed and welcomed
87- `feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20password_security%0Aversion:%2016 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
75+ `feedback <https://github.com/OCA/server-auth/issues/new?body=module:%20password_security%0Aversion:%2017 .0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** >`_.
8876
8977Do not contact contributors directly about support or help with technical issues.
9078
9179Credits
9280=======
9381
9482Authors
95- ~~~~~~~
83+ -------
9684
9785* LasLabs
9886* Onestein
@@ -102,26 +90,33 @@ Authors
10290* Omar Nasr
10391
10492Contributors
105- ~~~~~~~~~~~~
93+ ------------
10694
107- * James Foster <jfoster@laslabs.com>
108- * Dave Lasley <dave@laslabs.com>
109- * Kaushal Prajapati <kbprajapati@live.com>
110- * Petar Najman <petar.najman@modoolar.com>
111- * Shepilov Vladislav <shepilov.v@protonmail.com>
112- * Florian Kantelberg <florian.kantelberg@initos.com>
113- * Dhara Solanki <dhara.solanki@initos.com>
95+ - James Foster <jfoster@laslabs.com>
11496
115- * ` Open Source Integrators < https://opensourceintegrators .com >`_
97+ - Dave Lasley <dave@laslabs .com>
11698
117- * Chandresh Thakkar <cthakkar@opensourceintegrators.com>
118- * Daniel Reis <dreis@opensourceintegrators.com>
99+ - Kaushal Prajapati <kbprajapati@live.com>
119100
120- * `Onestein <https://www.onestein.nl >`_:
121- * Andrea Stirpe <a.stirpe@onestein.nl>
101+ - Petar Najman <petar.najman@modoolar.com>
102+
103+ - Shepilov Vladislav <shepilov.v@protonmail.com>
104+
105+ - Florian Kantelberg <florian.kantelberg@initos.com>
106+
107+ - Dhara Solanki <dhara.solanki@initos.com>
108+
109+ - `Open Source Integrators <https://opensourceintegrators.com >`__
110+
111+ - Chandresh Thakkar <cthakkar@opensourceintegrators.com>
112+ - Daniel Reis <dreis@opensourceintegrators.com>
113+
114+ - `Onestein <https://www.onestein.nl >`__:
115+
116+ - Andrea Stirpe <a.stirpe@onestein.nl>
122117
123118Maintainers
124- ~~~~~~~~~~~
119+ -----------
125120
126121This module is maintained by the OCA.
127122
@@ -133,6 +128,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
133128mission is to support the collaborative development of Odoo features and
134129promote its widespread use.
135130
136- This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/16 .0/password_security >`_ project on GitHub.
131+ This module is part of the `OCA/server-auth <https://github.com/OCA/server-auth/tree/17 .0/password_security >`_ project on GitHub.
137132
138133You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
0 commit comments