cancel
Showing results for 
Search instead for 
Did you mean: 

web logon, change the message if the user is locked

0 Kudos

Hi

Currently BSP application in SE80, login.htm gives same message for both wrong userid/password and locked user. If we want to provide different messages based on user lock status and incorrect user/password, what is check I will be doing in the login.htm and where should I change this. Any help is highly appreciated.

I have very little experience or almost nil in Java Script.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member93896
Active Contributor
0 Kudos

Hello Srinivasa,

I checked in BW 3.1 SP 15 and the message that a user is locked will occur only if that is really the case (table USR02-UFLAG <> 0). Also the user should not get to login.htm if an invalid password has been entered since this is handled up front by the WebAS and the browser.

Regards,

Marc

SAP NetWeaver RIG, US BI

Former Member
0 Kudos

Well, they should be able to get to login.htm, otherwise they would not be able to login. But it should definately give the message that the user is locked if that's the case, as opposed to an invalid PW/Login.