5099 Posts in 1519 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 552 Views |
-
Password Policy

3 June 2011 at 11:53am
Is there any way to enforce password policies in SilverStripe?
-
Re: Password Policy

6 June 2011 at 3:47pm
I assume you mean like minimum length, special characters must be used, must change password each month sort of thing? Nothing in the core for this is the short answer but you could quite easily write your own authenticator subclass (http://api.silverstripe.org/2.4/sapphire/security/Authenticator.html) to check for what rules you want.
-
Re: Password Policy

6 June 2011 at 5:51pm
Actually there is support in the core via the PasswordValidator class - see http://api.silverstripe.org/2.4/sapphire/security/PasswordValidator.html.
-
Re: Password Policy

14 June 2011 at 9:04am
Thank you for the reply.
This requirement has been pushed out but I'll post my findings as soon as I get back to it.
Thanks once again,
| 552 Views | ||
|
Page:
1
|
Go to Top |



