mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
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
This commit is contained in:
parent
067f06b166
commit
49394aedeb
8 changed files with 169 additions and 6 deletions
|
@ -549,6 +549,10 @@ return [
|
|||
'/{type:users}/{guid}' => [Module\Diaspora\Receive::class, [ R::POST]],
|
||||
],
|
||||
|
||||
'/security' => [
|
||||
'/password_too_long' => [Module\Security\PasswordTooLong::class, [R::GET, R::POST]],
|
||||
],
|
||||
|
||||
'/settings' => [
|
||||
'[/]' => [Module\Settings\Account::class, [R::GET, R::POST]],
|
||||
'/account' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue