aoktox / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Disallow space in the password #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Password policy
2.disallow space in the passwords
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Could you please help us in creating a password policy to disallow the space in 
their password while the user changing their password using PWM 

Original issue reported on code.google.com by sizeeac...@gmail.com on 15 Mar 2011 at 10:36

GoogleCodeExporter commented 9 years ago
Try using the following regular expression for the setting Disallowed Regular 
Expression Matches:

^.* .*$  

Original comment by jrivard on 15 Mar 2011 at 11:58