cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent - usr password expiry days.

Former Member
0 Kudos

HI

I set the Password expiry value to 1 day System Admin >> Sys cofig>>um configuration> security settings. Then after one day when i checked , user password is not expired and user can login with his same old password .

Can any one tell me what should i do to for that.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you did restart the portal afterwards?

What about users you create / change their passwords after having this parameter set?

Regards,

Dominik

Former Member
0 Kudos

hi Domnik

Follwings things are i did.

seaching the user and click on the Reset password option and give the reason for that .

After that , i restart the server .

Then login with the username and old password . It is loging in .

It should not be happened . Can u pls tell me why it is .

Thanks

shashank

Former Member
0 Kudos

Hi,

first: You only need to restart the server when performing changes to the UM configuration, not when changing user accounts.

Second: What are you using as UME data source: an ABAP system, the J2EE database or an external LDAP server?

Third: Have you taken a look into your system's trace files (default.trc) and logs (esp. security.log)? Anything interesting in there?

Regards,

Dominik

Former Member
0 Kudos

Hi Domnik

Can I do the following things .

Before 10 days of password expiry ,When the user logs in the portal , a message will pop up (That user password is going to expire in 10 days ).

If it is , can u pls tell what should be the approch .

shashank

Former Member
0 Kudos

Hi,

no this is not possible by standard means. Maybe via some custom coding that performs this check during logon. But for this you would have to discover how the portal itself finds out the remaining validity time of the user's password.

Regards,

Dominik

Former Member
0 Kudos

Hi Dominik

Suppose if I get the remaining timeperiod for password expiry , then pls tell me how should I proceed . Means whether I have to write my own code or I need to change in existing code .

If I make my own code then where this code should be added.

Hope u understand the problem!!!!!

Thanks

shashank

Former Member
0 Kudos

Hi,

you would have to write some new Java code and build an iView. This could be placed on some page the user views initially after logon. Do a search across the forums, it is a regular question how to display something comparable to R/3's logon messages.

Regards,

Dominik

Former Member
0 Kudos

HI Domnik,

Can u pls tell me how to retrive the password expiry days from the ume through custom code.

Answer must be appreciated.

Thanks

shashank