mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat(users): add reset password flow (#772)
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
"components.Layout.UserDropdown.signout": "Sign Out",
|
||||
"components.Layout.alphawarning": "This is ALPHA software. Features may be broken and/or unstable. Please report issues on GitHub!",
|
||||
"components.Login.email": "Email Address",
|
||||
"components.Login.forgotpassword": "Forgot Password?",
|
||||
"components.Login.loginerror": "Something went wrong while trying to sign in.",
|
||||
"components.Login.password": "Password",
|
||||
"components.Login.signin": "Sign In",
|
||||
@@ -210,6 +211,19 @@
|
||||
"components.RequestModal.seasonnumber": "Season {number}",
|
||||
"components.RequestModal.selectseason": "Select season(s)",
|
||||
"components.RequestModal.status": "Status",
|
||||
"components.ResetPassword.confirmpassword": "Confirm Password",
|
||||
"components.ResetPassword.email": "Email",
|
||||
"components.ResetPassword.emailresetlink": "Email Me a Recovery Link",
|
||||
"components.ResetPassword.forgotpassword": "Forgot Your Password?",
|
||||
"components.ResetPassword.gobacklogin": "Go Back to Sign-In Page",
|
||||
"components.ResetPassword.password": "Password",
|
||||
"components.ResetPassword.requestresetlinksuccessmessage": "A password reset link will be sent to the provided email address if it is associated with a valid user.",
|
||||
"components.ResetPassword.resetpassword": "Reset Password",
|
||||
"components.ResetPassword.resetpasswordsuccessmessage": "If the link is valid and is connected to a user then the password has been reset.",
|
||||
"components.ResetPassword.validationemailrequired": "You must provide a valid email address",
|
||||
"components.ResetPassword.validationpasswordmatch": "Password must match",
|
||||
"components.ResetPassword.validationpasswordminchars": "Password is too short; should be a minimum of 8 characters",
|
||||
"components.ResetPassword.validationpasswordrequired": "You must provide a password",
|
||||
"components.Search.search": "Search",
|
||||
"components.Search.searchresults": "Search Results",
|
||||
"components.Settings.Notifications.NotificationsPushover.accessToken": "Access Token",
|
||||
|
||||
Reference in New Issue
Block a user