Change password #932
worksofliam
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Would it be cool to prompt the user how many days they have left before their password expires? Is there an API for that? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions