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

贡献者指南