Major Hayden 6061695c85
Docs/Reno fixes
This patch fixes a ton of broken links, documentation, and reno errors.

Change-Id: If6f9a698a813db9aaf1eb4e10520a4c01cd00407
2017-10-25 12:00:18 -05:00

20 lines
573 B
ReStructuredText

---
id: V-71927
status: opt-in
tag: accounts
---
Setting a minimum password lifetime on interactive user accounts provides
security benefits by limiting the frequency of password changes. However, this
can cause login problems for users without proper communication and
coordination.
Deployers can opt-in for this change by setting the following Ansible variable:
.. code-block:: yaml
security_set_minimum_password_lifetime: yes
The tasks will examine each interactive user account and set the minimum
password age if the existing setting is not equal to one day.