You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_domains.rst
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,8 +241,8 @@ Password age
241
241
242
242
You can toggle password age policy by clicking on the ``Password age`` switch. If enabled, you can configure the following parameters:
243
243
244
-
* ``Minimum password age``: the minimum number of days that must pass before a new password change.
245
-
* ``Maximum password age``: password expiration time in days. After this period, the password is no longer valid for logins and must be changed. Users can change their expired password with :ref:`user-management-portal-section`.
244
+
* ``Minimum password age`` (default 0): the minimum number of days that must pass before a new password change.
245
+
* ``Maximum password age`` (default 180: password expiration time in days. After this period, the password is no longer valid for logins and must be changed. Users can change their expired password with :ref:`user-management-portal-section`.
246
246
247
247
Password strength
248
248
-----------------
@@ -357,7 +357,19 @@ When creating a user, the following fields are mandatory:
357
357
* User name
358
358
* Full name (name and surname)
359
359
* Password
360
-
* Email address (optional field)
360
+
361
+
Optional attributes are:
362
+
363
+
* Email address -- Corresponds to the standard LDAP ``mail`` attribute. It
364
+
can be set to the user's personal email address, where password
365
+
expiration warnings are sent. Some applications may also use it as a
366
+
valid login name.
367
+
* Password never expires (AD only) -- When enabled, the user's password
368
+
remains valid indefinitely, bypassing the domain password age policy.
369
+
* Required password change / User has to change password at next login (AD
370
+
only) -- When enabled, the user is prompted to change their password at
371
+
the next login.
372
+
361
373
362
374
A user can be added to one or more groups.
363
375
@@ -395,6 +407,8 @@ When creating a user, the following fields are available:
395
407
* Password
396
408
* Group (optional field)
397
409
* Email address (optional field)
410
+
* Password never expires (optional field, AD only)
411
+
* Required password change / User has to change password at next login (optional field, AD only)
398
412
399
413
The portal is automatically configured on every instance of :ref:`active_directory-section` or :ref:`openldap-section` provider.
0 commit comments