Improve password security

webspecifix

Joined: 2012-11-21
Posts: 3
Posted: Thu, 2012-11-22 12:26

I want to enhance password's strength by forcing the use of upper-, lowercase, digit or maybe some special characters when users set up their passwords. The only way I know to increase safety is to change the minimum password length. I'm using the registration module, but I neither found a file to implement my regexp PHP routine nor a location to display error messages in case of insufficient variation of characters. Do you have an idea or an existing module to realize that?

Thank you!

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Thu, 2012-11-22 13:57

this is something you'll have to do in javascript not php
http://www.webresourcesdepot.com/10-password-strength-meter-scripts-for-a-better-registration-interface/

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
webspecifix

Joined: 2012-11-21
Posts: 3
Posted: Tue, 2012-11-27 09:54

That's not the way I'd like to...
Thanks all the same

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Tue, 2012-11-27 13:53

Good UX would require you to give the user feedback while they are filling in the form before they post.
Returning the user to the form after post just frustrates the user.

Not saying you should not validate the form post post. But pre post validation is better UX.

-s
________________________________
All New jQuery Minislideshow for G2/G3