If you logon to the appliance via the console you can see in the /etc/login.defs file the configured Password Aging settings as shown below.
# Password aging controls:
#
# 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.
#
PASS_MAX_DAYS 99999
PASS_MIN_DAYS 0
PASS_MIN_LEN 5
PASS_WARN_AGE 7
When you log on using the GUI and the admin account you dont see such granular options. My question is are the settings applied to users that log in via the gui interface as well