Cysha / module-auth

Authentication Module for Phoenix CMS
2 stars 0 forks source link

Password Requirements page #4

Closed Pillus closed 8 years ago

Pillus commented 10 years ago

Would be nice to be able for an admin to use the admin panel to set certain requirements for new users. Requirements: Password Length Lower, Upper Case If it needs special characters or not Password age (with the possibility for infinite)

xLink commented 10 years ago

Should be relatively simple to add, should just toggle the validation rules on the user model (Y)

Pillus commented 10 years ago

Possibility to enforce password age on just admins for example, would be great! :)

MantisSTS commented 10 years ago

I second this :>

On 12 September 2014 11:40, Pillus notifications@github.com wrote:

Possibility to enforce password age on just admins for example, would be great! :)

— Reply to this email directly or view it on GitHub https://github.com/Cysha/pxcms-auth/issues/4#issuecomment-55386899.

NoelDavies commented 9 years ago

So would you enforce password age on just admins or everybody?

P1llus commented 9 years ago

Password age and requirements should be default to 8 characters, the rest should be standard off and then have the possibility to specify this for each usergroup. For example if i wanted:

Admins and Mods to have 10 chars, upper lower and special character Users: 8 chars, upper lower.

Or whatever fits the user of the CMS. It's just having the possibility is a great plus!

xLink commented 8 years ago

Added a toggle-able regex check for passwords, added basic functionality for password expiry

xLink commented 8 years ago

closing this as password expiry has been added as of PR https://github.com/Cysha/pxcms-auth/pull/17