monicahq/monica

Enforce strong passwords

Open

#1.734 geöffnet am 21. Aug. 2018

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)PHP (2.464 Forks)batch import
feature requesthelp wantedsecurity

Repository-Metriken

Stars
 (24.641 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide