cancel
Showing results for 
Search instead for 
Did you mean: 

About user password restrict

Former Member
0 Kudos

hi all,

I am working on ECC6, When i use to generate a password for a user it is generating 20 character password with special characters, so i want to restrict it to A-Z and 0-9 letters.

please advise me how to restrict that?

where i need to do changes?

thanks,

praveen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please look in to these parameters.

login/min_password_diff

login/min_password_digits

login/min_password_letters

login/min_password_lng

login/min_password_specials

login/password_charset

By RZ11.

Note: Points always encourage me to reply !!

Former Member
0 Kudos

Hi MSR,

How can i know the parameter value? please help me.

kind regards,

praveen

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In transaction rz10 you will definitely get a parameter which sets the kind of password you should have. Like min and max length, expiry, special characters , all such restrictions.

Set them and restsrt the cluster to get the affect.

Plus you can always set your own password, no need to generate.

regards and reward with good points.

Message was edited by:

Mantosh Kumar

Former Member
0 Kudos

Hi,

I didn't found any profile for characterset, please advise me in this regard.

kind regards,

praveen

Former Member
0 Kudos

Hello Praveen,

Three ways of doing it.

1. Instead of generating passwords give a password on your own while creating the user. We do it all the time in our systems and use the same password always.

2. If you don't want to follow the approach in step 1 then have a look at the profile parameter: login/password_charset. Check itas documentation. However even this would allow certain special characters like:

"@ $%&/()=?'`*+~#-_.,;:{[]}\<>

3. Third option is something I am not cent perccent sure whether it would work in case of generated passwords. But you can try it out. Based on our information I think the value of profile parameter login/min_password_lng in your system is 20. Now you can manipulate the value of profile parameters login/min_password_digits and login/min_password_letters in such a manner that their values add upto 20. Then the password would only allow digits and letters. I think this might solve the issue for you.

Regards.

Ruchit.

Former Member
0 Kudos

Hi,

Where can i find the parameter 'login/password_char'?

please help me in this regard.

kind regards,

praveen

Former Member
0 Kudos

Hello Praveen,

Parameter values can be found it transaction RZ11.

Also the profile parameter is login/password_charset.

Regards.

Ruchit.