mirror of
https://github.com/bringout/oca-server-auth.git
synced 2026-04-18 14:32:03 +02:00
Initial commit: OCA Server Auth packages (29 packages)
This commit is contained in:
commit
3ed80311c4
1325 changed files with 127292 additions and 0 deletions
|
|
@ -0,0 +1,23 @@
|
|||
Navigate to General Settings under Configuration
|
||||
Scroll down to the ``Password Policy`` section
|
||||
Set the policies to your liking.
|
||||
|
||||
Password complexity requirements will be enforced upon next password change for
|
||||
any user in that company.
|
||||
|
||||
**Settings & Defaults**
|
||||
|
||||
These are defined at the company level:
|
||||
|
||||
===================== ======= ===================================================
|
||||
Name Default Description
|
||||
===================== ======= ===================================================
|
||||
password_expiration 60 Days until passwords expire
|
||||
password_length 12 Minimum number of characters in password
|
||||
password_lower 0 Minimum number of lowercase letter in password
|
||||
password_upper 0 Minimum number of uppercase letters in password
|
||||
password_numeric 0 Minimum number of number in password
|
||||
password_special 0 Minimum number of unique special character in password
|
||||
password_history 30 Disallow reuse of this many previous passwords
|
||||
password_minimum 24 Amount of hours that must pass until another reset
|
||||
===================== ======= ===================================================
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
* James Foster <jfoster@laslabs.com>
|
||||
* Dave Lasley <dave@laslabs.com>
|
||||
* Kaushal Prajapati <kbprajapati@live.com>
|
||||
* Petar Najman <petar.najman@modoolar.com>
|
||||
* Shepilov Vladislav <shepilov.v@protonmail.com>
|
||||
* Florian Kantelberg <florian.kantelberg@initos.com>
|
||||
* Dhara Solanki <dhara.solanki@initos.com>
|
||||
|
||||
* `Open Source Integrators <https://opensourceintegrators.com>`_
|
||||
|
||||
* Chandresh Thakkar <cthakkar@opensourceintegrators.com>
|
||||
* Daniel Reis <dreis@opensourceintegrators.com>
|
||||
|
||||
* `Onestein <https://www.onestein.nl>`_:
|
||||
* Andrea Stirpe <a.stirpe@onestein.nl>
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
This module allows admin to set company-level password security requirements
|
||||
and enforces them on the user.
|
||||
|
||||
It contains features such as
|
||||
|
||||
* Password expiration days
|
||||
* Password length requirement
|
||||
* Password minimum number of lowercase letters
|
||||
* Password minimum number of uppercase letters
|
||||
* Password minimum number of numbers
|
||||
* Password minimum number of special characters
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
Configure using above instructions for each company that should have password
|
||||
security mandates.
|
||||
Loading…
Add table
Add a link
Reference in a new issue