cancel
Showing results for 
Search instead for 
Did you mean: 

How to stop users from changing their password

corinne_lofts
Participant
0 Kudos

Good morning,

Is there something I can do to stop users from changing their password, either at the user level, client or system level?

Thank you

Corinne

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Corinne,

Implement Single sign on.-SSO.

regards.

Ruchit.

corinne_lofts
Participant
0 Kudos

Hi Ruchit,

Thank you for the suggestion.

Is there anything else we can use.

Our objective is as follow:

In our training clients we want to create a set of users (User1, 2 etc with simple passwords) But do not want to have to recreate them or reset the password after each training.

Any other suggestion?

Thank you

JPReyes
Active Contributor
0 Kudos

Hi Corinne,

Theres an option using Menu painter,

See,

http://www.sap-basis-abap.com/sapbs004.htm

regards

Juan

Former Member
0 Kudos

Hi Juan,

It is an option but changing SAPMSYST can be problematic at times. And SE41 is accessible to lot of developers. So control can be lost easily at times.

Regards.

Ruchit.

JPReyes
Active Contributor
0 Kudos

Hi Ruchit,

I can't see that as a problem in a training system.

Regards

Juan

Former Member
0 Kudos

Hi Juan,

Oh yeah then may be it is fine.

Regards.

Ruchit.

Answers (2)

Answers (2)

corinne_lofts
Participant
0 Kudos

Thank you very much for all suggestions.

Our requirements have changed slighly and we won't need to implement at this stage.

Thank you

Regards

Corinne

former_member185864
Active Participant
0 Kudos

Hi Lofts,

Do below steps:

1.Start the Config Tool C:\usr\sap\<SID>\<engine-instance>\j2ee\configtool\configtool.bat

Ex: D:\usr\sap\F02\JC00\j2ee\configtool --> configtool.bat

2.Goto cluster-data --> Global server configuration --> services --> com.sap.security.core.ume.service

3. Change values for below properties:

ume.logon.security_policy.password_change_required = FALSE

ume.logon.security_policy.password_change_allowed = FALSE

4. Save & Restart the Engine.

Reward Points; if it is usefull.

Thanks,

Nagaraju