Question:
"login/password_change_for_SSO" - If the user logs on with Single Sign-On, checks whether the user must change his or her password.
So, what does it mean to have the value set to: 0, -1, or 3 ?
Thanks.
Answer:
Valid Input, Formats, Areas:
0 = Ignore requirement for password change(=> backwards compatible)
1 = Popup with selection 2 or 3 (User decides, default)
2 = Password change dialog only (Entry: Old and new password)
3 = Deactivation of password (automatic, no popup)
Value of 1 is best
Answer:
Thanks! mithileshkotwal
Do you also know what -1 means? My client has the setting as -1 for one of the systems, and we would like to know what it means before we consider changing it. Thanks again.