monicahq/monica

Enforce strong passwords

開放

#1,734 建立於 2018年8月21日

 (5 則留言) (0 個反應) (0 位負責人)PHP (2,464 個分叉)batch import
feature requesthelp wantedsecurity

倉庫指標

星標
 (24,641 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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

貢獻者指南