monicahq/monica

Enforce strong passwords

Open

#1,734 opened on 2018年8月21日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)PHP (24,641 stars) (2,464 forks)batch import
feature requesthelp wantedsecurity

説明

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

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

Enforce strong passwords · monicahq/monica#1734 | Good First Issue