mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 06:02:26 -05:00
[chore] extending maximumPasswordLength to 256 (#1372)
* [chore] extending maximumPasswordLength to 256 Resolves: #1365 * Make long test longer
This commit is contained in:
parent
0ceacd7b1d
commit
13ec15d2bb
2 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
maximumPasswordLength = 64
|
||||
maximumPasswordLength = 256
|
||||
minimumPasswordEntropy = 60 // dictates password strength. See https://github.com/wagslane/go-password-validator
|
||||
minimumReasonLength = 40
|
||||
maximumReasonLength = 500
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue