remove "change password" in general account setting - rename "Forgot my password?" by "Reset your password" in login frame - #1918
This commit is contained in:
@@ -7,7 +7,7 @@ test("Login has everything we need", async ({ page }) => {
|
||||
await expect(page).toHaveTitle(/Login/);
|
||||
|
||||
const forgotPasswordLink = page.locator("a", {
|
||||
hasText: "Forgot your password?",
|
||||
hasText: "Reset your password",
|
||||
});
|
||||
|
||||
const reAskInstructionsLink = page.locator("a", {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
exports[`SendPasswordReset > Show simple 1`] = `
|
||||
"<section class="container mx-auto">
|
||||
<h1>Forgot your password?</h1>
|
||||
<h1>Reset your password</h1>
|
||||
<p>Enter your email address below, and we'll email you instructions on how to change your password.</p>
|
||||
<form>
|
||||
<div data-oruga="field" class="o-field o-field--filled"><label id="v-0" class="o-field__label" for="v-2">Email address</label>
|
||||
@@ -24,7 +24,7 @@ exports[`SendPasswordReset > Show simple 1`] = `
|
||||
|
||||
exports[`SendPasswordReset > Show simple 2`] = `
|
||||
"<section class="container mx-auto">
|
||||
<h1>Forgot your password?</h1>
|
||||
<h1>Reset your password</h1>
|
||||
<p>Enter your email address below, and we'll email you instructions on how to change your password.</p>
|
||||
<div>
|
||||
<transition-stub name="fade" appear="false" persisted="false" css="true">
|
||||
|
||||
Reference in New Issue
Block a user