cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: Specified Special Char in Password Policy

Former Member

Hi Guys,

Is it possible to set specified special characters in password security policy?. I think in password security parameter have possibe to set number of required special character. But I need to set limited special characters have contain in password as per our requirements like ($ # % ~) only. If it possible, please let me know how to set those values.

Thanks & Regards

Vijay

Accepted Solutions (0)

Answers (2)

Answers (2)

JPReyes
Active Contributor
0 Kudos

But I need to set limited special characters have contain in password as per our requirements like ($ # % ~) only

I don't think thats possible under standard conditions, theres no parameter to defined allowed special characters.

Regards

Juan

Former Member
0 Kudos

Hi,

Hi you can use the below parameters to achieve your requirement.

Login/min_password_letters: This parameter defines the minimum number of letters or alphabets (A-Z) in a password.

Login/min_password_special: This parameter defines the number of special characters in a password. These special characters include (), !, \, $, %,:,u2019, u201C, ;, =, &, #, },],{,[, >, <.

Login/min_password_diff: This parameter defines the number of differing characters from previous password.

Have a look at the below links.

http://help.sap.com/SAPHELP_NW70/helpdata/EN/43/3d77734ae830f3e10000000a11466f/content.htm

http://help.sap.com/SAPHELP_NW70/helpdata/EN/7f/c52442ad9f5133e10000000a155106/content.htm

http://it.toolbox.com/blogs/sap-library/password-management-in-the-sap-system-29644

By the way before posting any thread in SDN please check the posts in SDN first then post.

you will get lot of threads and loads of online information in google as well.. so i am requesting you to do some research before posting your thread here. That will give you the knowledge as well.

-Srini

Former Member
0 Kudos

Hi Srinivas,

In config tool UME password security properties have

Minimum Number of Special Characters in Password

. Actually this functionalities will support to enter no of special charaters in password. These special characters include (), !, \, $, %,:,u2019, u201C, ;, =, &, #, },],{,[, >, <. those values to support. But my question is, we need to support only specified character like ( $, %, #, ~).

In SAP will support more special characters. I was checked all those paramaeters in config tool ume password security properties. Not possible to set the specified special character in properties. So that only i raise a question.

Regards

Vijay