forked from bigcommerce/catalyst
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Namespace /reset route to /login/forgot-password (bigcommerce#1410)
* Move /reset route to /login/forgot-password * feat: update translations and link to forgot-password page * fix: update test * fix: test * chore: add changeset * fix: remove unused route from middleware --------- Co-authored-by: Jorge Moya <[email protected]>
- Loading branch information
1 parent
e77834f
commit 53cca82
Showing
9 changed files
with
33 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@bigcommerce/catalyst-core": minor | ||
--- | ||
|
||
Move /reset page to /login/forgot-password in order to reduce top-level routes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
"entePasswordMessage": "Enter your password", | ||
"submitting": "Submitting...", | ||
"logIn": "Log in", | ||
"resetPassword": "Forgot your password?" | ||
"forgotPassword": "Forgot your password?" | ||
}, | ||
"CreateAccount": { | ||
"heading": "New customer?", | ||
|
@@ -43,6 +43,22 @@ | |
"ordersTracking": "Track new orders", | ||
"wishlists": "Save items to your Wishlist", | ||
"createLink": "Create Account " | ||
}, | ||
"ForgotPassword": { | ||
"title": "Forgot password", | ||
"heading": "Forgot password", | ||
"Form": { | ||
"description": "Enter the email associated with your account below. We'll send you instructions to reset your password.", | ||
"emailLabel": "Email", | ||
"emailValidationMessage": "Enter a valid email such as [email protected]", | ||
"recaptchaText": "Pass ReCAPTCHA check", | ||
"confirmResetPassword": "If the email address {email} is linked to an account in our store, we have sent you a password reset email. Please check your inbox and spam folder if you don't see it.", | ||
"submitting": "Submitting...", | ||
"submit": "Reset password" | ||
}, | ||
"Errors": { | ||
"error":"Unknown error." | ||
} | ||
} | ||
}, | ||
"Register": { | ||
|
@@ -60,22 +76,6 @@ | |
"error": "Something went wrong. Please try again later." | ||
} | ||
}, | ||
"Reset": { | ||
"title": "Reset password", | ||
"heading": "Reset password", | ||
"Form": { | ||
"description": "Enter the email associated with your account below. We'll send you instructions to reset your password.", | ||
"emailLabel": "Email", | ||
"emailValidationMessage": "Enter a valid email such as [email protected]", | ||
"recaptchaText": "Pass ReCAPTCHA check", | ||
"confirmResetPassword": "If the email address {email} is linked to an account in our store, we have sent you a password reset email. Please check your inbox and spam folder if you don't see it.", | ||
"submitting": "Submitting...", | ||
"submit": "Reset password" | ||
}, | ||
"Errors": { | ||
"error":"Unknown error." | ||
} | ||
}, | ||
"FacetedGroup": { | ||
"MobileSideNav": { | ||
"filters": "Filters", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters