monicahq/monica

Enforce strong passwords

オープン

#1,734 opened on 2018/08/21

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)PHP (2,464 件のフォーク)batch import
feature requesthelp wantedsecurity

Repository metrics

Stars
 (24,641 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド