Password Policy
-
Hi all I have a customer who wants to implement all the password policy available. According to microsoft password policy settings, there's only enable or disable. :confused: - English uppercase characters (A through Z) - English lowercase characters (a through z) - Base 10 digits (0 through 9) - Non-alphabetic characters (for example, !, $, #, %) Is there a guide I can refer to to create a bypass so as to build in all 4 policy settings? :~ Thanks in advance. Thomas
-
Hi all I have a customer who wants to implement all the password policy available. According to microsoft password policy settings, there's only enable or disable. :confused: - English uppercase characters (A through Z) - English lowercase characters (a through z) - Base 10 digits (0 through 9) - Non-alphabetic characters (for example, !, $, #, %) Is there a guide I can refer to to create a bypass so as to build in all 4 policy settings? :~ Thanks in advance. Thomas
Barm wrote: Is there a guide I can refer to to create a bypass The only way to change this is to write your own custom password filter. You can see this[^] for an example. I have not seen any attempts or articles of other people writing their own password filters. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Barm wrote: Is there a guide I can refer to to create a bypass The only way to change this is to write your own custom password filter. You can see this[^] for an example. I have not seen any attempts or articles of other people writing their own password filters. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome