monicahq/monica

Enforce strong passwords

Ouverte

#1 734 ouverte le 21 août 2018

 (5 commentaires) (0 réaction) (0 personne assignée)PHP (2 464 forks)batch import
feature requesthelp wantedsecurity

Métriques du dépôt

Stars
 (24 641 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur