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 Restriction

Former Member
0 Likes
495

Hi,

I am a student and have just begun learning basis for ECC. I would like to know how we could restrict certain characters or a string from being used in a user password.

e.g. i want to block 'am' in the user password from being used.

i.e. if a user set his password as 'durham' then the system should generate an error saying that the characters 'am' when used together are not allowed in the password. however, i should be able to use characters 'a' and 'm' apart. If and only if they are used together and that too in a particular order, should the error be generated.

Amol

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
453

Table USR40 (use wildcards).

Rob

2 REPLIES 2
Read only

Former Member
0 Likes
454

Table USR40 (use wildcards).

Rob

Read only

brad_bohn
Active Contributor
0 Likes
453

Not an ABAP question but see OSS note 2467 and the documentation in RZ11...