summaryrefslogtreecommitdiff
path: root/internal/util/regexes.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/util/regexes.go')
-rw-r--r--internal/util/regexes.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/util/regexes.go b/internal/util/regexes.go
index 586eb30df..6ad7b7404 100644
--- a/internal/util/regexes.go
+++ b/internal/util/regexes.go
@@ -24,12 +24,7 @@ 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
)