Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

login/passowrd_max_new_valid - How to display ID with PW expired?

Former Member
0 Kudos

"login/passowrd_max_new_valid"; it sets the maximum interval between the time when the user is created and the first time the user logs on. And after this interval has passed, the Initial password will expire.

If so, is there any way to know whether the PW has been actually expired? It does not say anything in SU01, nor shows in USR02 table (shows 0 - User Flag). Our audit is asking to show the evidence of the parameter; whether it’s working properly, however we couldn’t not find a way to list those expired user Ids, other than asking each end users to try. Thanks.

2 REPLIES 2

Former Member
0 Kudos

Hi Kevin,

You can execute RSUSR200 and check the users who have not changed their initial password.and make a tally with the parameter value set in the system since how long they did not change their password or did not login since their user ID creation. If the period is more than the parameter value, try to show to your auditors by loging using the initial password and you should not be able to login to the system.

Hope this may help solve ur problem.

**Reward points accordingly

Junaid

Former Member
0 Kudos

Thanks, Junaid. Though, what you've suggested is what would like to move away from, and see whether there is any table/fields that shows the PW has been disabled.