Login Settings On Linux
Login settings on linux, when I use this OS CentOS. To have the settings:
/etc/login.defs
There we can set the age of our users, the minimum length of our password. The words “from the file login.defs is as follows:
# PASS_MAX_DAYS Maximum number of days a password may be used.
# PASS_MIN_DAYS Minimum number of days allowed between password changes.
# PASS_MIN_LEN Minimum acceptable password length.
# PASS_WARN_AGE Number of days warning given before a password expires.
For that match with your desire. Hopefully this review can help on the Linux login on your machine.
source onez.web.id