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: 

Prevent user from getting locked.

former_member185116
Active Participant
0 Kudos

Hello all,

how do i prevent a user from getting locked, when the user enters the wrong password for

more than 3 times..

i have changed the user type to 'Service in SU01'. but its not working...

thanks in advance..

1 ACCEPTED SOLUTION

Former Member

Hi,

"login/fails_to_session_end" is the parameter that defines the no. of attempts the user can use use wrong password without getting locked.If you change this parameter value you can change the user's no of failed attempts before getting locked.You can check these parameter by TCODE RZ11, There are some other parameters which might help you, Please check the below link

https://help.sap.com/saphelp_nw70/helpdata/en/22/41c43ac23cef2fe10000000a114084/frameset.htm

Hope this will help you 🙂

4 REPLIES 4

Bernhard_SAP
Employee
Employee

Hi,

as docuemnted, you can configure the number of failed attempts until the user gets locked. But there is of course no funciton 'never lock'.

brgds, bernhard

JanSchlichting
Active Participant

Hello,

we use single sign on. So there is no need to use a sap password (only if you are trying to log in at a different computer). Or if you need something like test users.

Regards

Former Member

Hi,

"login/fails_to_session_end" is the parameter that defines the no. of attempts the user can use use wrong password without getting locked.If you change this parameter value you can change the user's no of failed attempts before getting locked.You can check these parameter by TCODE RZ11, There are some other parameters which might help you, Please check the below link

https://help.sap.com/saphelp_nw70/helpdata/en/22/41c43ac23cef2fe10000000a114084/frameset.htm

Hope this will help you 🙂

0 Kudos

the correct parameter which you mean is

login/fails_to_user_lock

and not

login/fails_to_session_end

......