feat(dashboard, js-sdk): reset password UI (#9451)

**What**
- add password reset flow on Admin

---

https://github.com/user-attachments/assets/3438ace2-c661-4121-a580-794a69ad4518

---

CLOSES CC-568


Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Frane Polić
2024-10-04 09:10:26 +00:00
committed by GitHub
co-authored by Oli Juhl
parent b2a8c897f7
commit 0a2ecdc889
7 changed files with 401 additions and 5 deletions
@@ -2373,15 +2373,23 @@
"hint": "Enter your email below, and we will send you instructions on how to reset your password.",
"email": "Email",
"sendResetInstructions": "Send reset instructions",
"backToLogin": "You can always go back - <0>Log in</0>",
"backToLogin": "<0>Back to login</0>",
"newPasswordHint": "Choose a new password below.",
"invalidTokenTitle": "Your reset token is invalid",
"invalidTokenHint": "Try requesting a new reset link.",
"expiredTokenTitle": "Your reset token has expired",
"goToResetPassword": "Go to Reset Password",
"resetPassword": "Reset password",
"newPassword": "New password",
"repeatNewPassword": "Repeat new password",
"tokenExpiresIn": "Token expires in <0>{{time}}</0> minutes",
"successfulRequest": "We have sent you an email with instructions on how to reset your password. If you don't receive an email, please check your spam folder or try again."
"successfulRequestTitle": "Successfully sent you an email",
"successfulRequest": "We've sent you an email which you can use to reset your password. Check your spam folder if you haven't received it after a few minutes.",
"successfulResetTitle": "Password reset successful",
"successfulReset": "Please login in on the login page.",
"passwordMismatch": "Passwords do no match",
"invalidLinkTitle": "Your reset link is invalid",
"invalidLinkHint": "Try resetting your password again."
},
"workflowExecutions": {
"domain": "Workflows",