mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-19 04:27:29 -06:00
continue with instance patch stuff
This commit is contained in:
parent
c08dc0937b
commit
7974d5e2e6
7 changed files with 131 additions and 36 deletions
|
|
@ -24,12 +24,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
minimumPasswordEntropy = 60 // dictates password strength. See https://github.com/wagslane/go-password-validator
|
||||
minimumReasonLength = 40
|
||||
maximumReasonLength = 500
|
||||
maximumEmailLength = 256
|
||||
maximumUsernameLength = 64
|
||||
maximumPasswordLength = 64
|
||||
maximumEmojiShortcodeLength = 30
|
||||
maximumHashtagLength = 30
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue