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: 

Illegal password

Former Member
0 Kudos

How do you enforce the rule that passwords should not contain repeating characters. Ex. Abba (or) A33b

Thanks.

-

Mani

3 REPLIES 3

martin_voros
Active Contributor
0 Kudos

Hi,

your only option is to use table USR40. But it's going to be painful. Other approach could be to manage passwords outside of SAP system. SSO or IdM could help you.

Cheers

0 Kudos

Thanks Martin.

In the absence of SSO or IDM, how best can we achieve this requirement by table USR40.

Thanks.

-

Mani

0 Kudos

Hi,

check SAP documentation. Basically, you will need to maintain record for every combination (eg. *33* and *bb*). That's why I said it would be painful.

BTW how did you get that requirement? Honestly, forcing users to not have repeated characters in their passwords is not a good policy.

Cheers