Password policy to exclude some characters

Hello All,
We are on IIQ 8.4 p1
I would like to exclude 0 (zero), o (lower case o), O (upper case O) and letters like i, L, I using password policy when password is generated for new accounts. Looking at the password policy config, i am not seeing any options. Please let me know your thoughts.

Hello,

You can set the characters you want to allow in the systemconfig

Something like this

      <entry key="passwordLowerCharacters" value="abcdefghijkmnopqrstuvwxyz"/>
      <entry key="passwordNumberCharacters" value="23456789"/>
      <entry key="passwordUpperCharacters" value="ABCDEFGHJKLMNPQRSTUWVXYZ"/>
1 Like

Thanks @jaspera
Will try that out and let you know.

Can you let me know where we can find accepted key values like the ones you mentioned in the answer.

@jaspera It worked. Thank you very much for your inputs.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.