phpvms / phpvms_v2

Virtual Airline Management (not maintained)
http://www.phpvms.net
BSD 3-Clause "New" or "Revised" License
41 stars 46 forks source link

Password validation fixed #86

Closed codethirteen closed 11 years ago

codethirteen commented 11 years ago

Now validates against empty fields, matching fields, and password strength (1 uppercase, 1 lowercase, 1 number, >= 5 total characters).

nabeelio commented 11 years ago

Sorry for the delay.

Admins should have an option on how complex the password should be. Perhaps a few reg-ex to chose from?

codethirteen commented 11 years ago

No problem--yup, agreed. I'll get that tested and send you another pull request when I'm done.