summaryrefslogtreecommitdiff
path: root/internal/handlers/const.go
diff options
context:
space:
mode:
authorBrynn Crowley <littlehill723@gmail.com>2025-03-08 15:04:15 +0000
committerGitHub <noreply@github.com>2025-03-08 15:04:15 +0000
commit1c907929c614779adb963c97776810cdba8ce5f6 (patch)
tree746e3f015490252cc8b96af0fe4b1ba894a987bb /internal/handlers/const.go
parent9241731a4dd5592b4a02b5352c903b4d06b6f4ab (diff)
refactor(handlers): add more detailed errors for password-change failures (#8899)
Adds some more helpful log information to the change password feature. Signed-off-by: Brynn Crowley <littlehill723@gmail.com> Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com> Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/handlers/const.go')
-rw-r--r--internal/handlers/const.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/handlers/const.go b/internal/handlers/const.go
index 884095d5f..ac7a48523 100644
--- a/internal/handlers/const.go
+++ b/internal/handlers/const.go
@@ -69,7 +69,6 @@ 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."