Application Development and Automation 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: 
Read only

password management

Former Member
0 Likes
543

can i extend my password validity? Like once in 30 days system will ask to change the password. I dont want to change.

Want to uase the same password .

Please reply...

can i extend my password validity? Like once in 30 days system will ask to change the password. I dont want to change.

Want to uase the same password .

Please reply...

3 REPLIES 3
Read only

Former Member
0 Likes
511

Hi anukotni,

What engine do you log on to - Java or ABAP?

Also, have in mind that you must be an administrator - otherwise you can't change anything.

Best regards,

Dimitar

Read only

Former Member
0 Likes
511

"I" = "we"??

Read only

Former Member
0 Likes
511

Hi,

There is a parameter(password_expiration_time) involved because of which the password in your system expires every 30 days. You can adjust this parameter value to match your requirements. But be aware that if you change its value it will be applicable for all the dialog and communication users.

However if you do not want only your user ID password to expire then you can change your usr type to service. As the password parameter above will not impact service users. Let us know if you need more information on this.

Also refer to below related threads:

Edited by: sap.sec.akshay on Dec 22, 2009 12:36 PM