monicahq/monica

Enforce strong passwords

Open

Aperta il 21 ago 2018

Vedi su GitHub
 (5 commenti) (0 reazioni) (0 assegnatari)PHP (24.641 star) (2464 fork)batch import
feature requesthelp wantedsecurity

Descrizione

Currently, the only limitation for passwords is: they have to be 6 characters long.

We should enforce passwords strengh, by forcing the user to:

  • mix case characters
  • add numbers
  • add special characters (symbols)

We could add this package and make sure we enforce strong passwords : https://github.com/schuppo/PasswordStrengthPackage

Guida contributor