Change password #932
Closed
worksofliam
started this conversation in
Ideas
Replies: 4 comments 2 replies
|
Would it be cool to prompt the user how many days they have left before their password expires? Is there an API for that? |
0 replies
|
It would be cool! And yes there's an easy way to grab # of days: select
days_until_password_expires
from
qsys2.user_info
where
authorization_name = current_user |
1 reply
|
The following will be very useful:
We have users configured for Single SignOn, so they never see password expiry notifications on 5250 sessions on iACS. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Would it be cool to change your password after connecting to a system?
https://www.ibm.com/docs/en/i/7.3?topic=ssw_ibm_i_73/apis/QSYCHGPW.html
All reactions