systers / macc

Server side support platform for Peace Corps mobile applications.
http://macc.systers.org/
9 stars 51 forks source link

No validation for strong passwords #224

Closed GunpreetAhuja closed 7 years ago

GunpreetAhuja commented 7 years ago

The password field accepts even single letter passwords. There is no validation as that of minimum 8 characters. Even spaces are accepted. I would like to add validations to the field.

(a GSoC aspirant)

medhach commented 7 years ago

@GunpreetAhuja Go ahead and submit a PR!

GunpreetAhuja commented 7 years ago

Pull request: https://github.com/systers/macc/pull/267