]> git.mxchange.org Git - friendica.git/commit
Add password length limit if using the Blowfish hashing algorithm
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 1 Aug 2022 15:42:10 +0000 (11:42 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 1 Aug 2022 16:12:18 +0000 (12:12 -0400)
commit49394aedeb96b35303eac061563c754ab23a9b96
tree25340022697be860efedf58d465d95c5d36251c9
parent067f06b1660db7a6b29dddaf6896649474e27fff
Add password length limit if using the Blowfish hashing algorithm

- Add new page to reset a password that would be too long
- Add support for pattern parameter in field_password
src/Model/User.php
src/Module/Security/PasswordTooLong.php [new file with mode: 0644]
src/Module/Settings/Account.php
src/Security/Authentication.php
static/routes.config.php
view/templates/field_password.tpl
view/templates/security/password_too_long.tpl [new file with mode: 0644]
view/theme/frio/templates/field_password.tpl