summaryrefslogtreecommitdiff
path: root/internal/handlers/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handlers/const.go')
-rw-r--r--internal/handlers/const.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/handlers/const.go b/internal/handlers/const.go
index 20cd8cdee..884095d5f 100644
--- a/internal/handlers/const.go
+++ b/internal/handlers/const.go
@@ -69,6 +69,9 @@ const (
messageUnableToRegisterSecurityKey = "Unable to register your security key."
messageSecurityKeyDuplicateName = "Another one of your security keys is already registered with that display name."
messageUnableToResetPassword = "Unable to reset your password."
+ messageCannotReusePassword = "You cannot reuse your old password."
+ messageUnableToChangePassword = "Unable to change your password."
+ messageIncorrectPassword = "Incorrect Password"
messageMFAValidationFailed = "Authentication failed, please retry later."
messagePasswordWeak = "Your supplied password does not meet the password policy requirements."
)