scorelab / Bassa

Automated Download Queue for Communities to take the best use of Internet bandwidth
GNU General Public License v3.0
168 stars 493 forks source link

Allow new user only to register with Strong password #897

Closed sahandilshan closed 4 years ago

sahandilshan commented 4 years ago

Is your feature request related to a problem? Please describe. In the current implementation, password validations happen at a low level. It accepts the password if it has more than 8 characters. It's not a strong validation checkup.

Describe the solution you'd like Allow users only to register with a High-level password which has mix uppercase, lowercase and numbers, and at least 8 length characters.

BLasan commented 4 years ago

@sahandilshan Can I work on this ?

sahandilshan commented 4 years ago

@BLasan, this issue hss been fixed by #898