continue with instance patch stuff

This commit is contained in:
tsmethurst 2021-06-22 18:49:07 +02:00
commit 7974d5e2e6
7 changed files with 131 additions and 36 deletions

View file

@ -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
)