...
User Action | Screenshot | Problem | Solution (Changes to be made) |
---|---|---|---|
user clicks on the "Forgot password?" link at the bottom of login sidebox | Link font is quite small, but that's not misleading really. | no changes | |
user sees the first forgot password wizard step |
Following navigation bar would be in order: "Home > Forgot Password? > Step 1 of 3". |
| |
once user enters his username/e-mail and presses "Recover Password" button (or presses ENTER):
|
Following navigation bar would be in order: "Home > Forgot Password? > Step 2 of 3". |
| |
once user clicked on a link, then he sees password change form |
Following navigation bar would be in order: "Home > Forgot Password? > Step 3 of 3". |
| |
once user presses "Update" button he'll sees confirmation window |
|
|
Solution
...
- add these new phrases:
- "lu_title_ForgotPasswordStep1" with "Forgot Password (Step 1 of 4)" translation
- "lu_title_ForgotPasswordStep2" with "Forgot Password (Step 2 of 4)" translation
- "lu_title_ForgotPasswordStep3" with "Forgot Password (Step 3 of 4)" translation
- "lu_title_ForgotPasswordStep4" with "Forgot Password (Step 4 of 4)" translation
- "lu_btn_Continue" with "Continue" translation
- "lu_text_ForgotPassResetChangeForm" with "Please enter your new password" translation
- "lu_fld_NewPassword" with "New Password" translation
- "lu_fld_VerifyNewPassword" with "Repeat New Password" translation
- "lu_btn_SetNewPassword" with "Set New Password" translation
- change translation of "lu_EnterForgotUserEmail" phrase to "Enter your Username or Email below to continue with resetting your password."
- on "/themes/advanced/platform/login/forgot_password.tpl" template:
- use "lu_btn_Continue" phrase instead of "lu_btn_SendPassword" phrase (1 place)
- use "lu_title_ForgotPasswordStep1" phrase instead of "lu_title_ForgotPassword" phrase (3 places)
- in "lu_text_ForgotPassResetEmailSent" phrase change "Please follow the link in the email in order to receive a new password." to "Please follow the link in that email to set your new password."
- on "/themes/advanced/platform/login/forgot_password_reset_notice.tpl" template:
- use "lu_title_ForgotPasswordStep2" instead of "lu_title_ForgotPasswordNotification" (3 places)
- replace "<form" containing OK button with just "lu_text_ForgotPassResetEmailSent" phrase translation
- in "USER.PSWDC" e-mail template html translation replace:
- "your In-portal account" with "your account"
- [new] "If you would like to proceed and change the password" with "If you would like to proceed with the change of your old password"
- "You will receive a second email with your new password shortly." with "Once clicked, you'll be taken to taken to the page where you can set your new password."
- "Your password will not be changed unless you have clicked on the above link." with "Your password will not be changed unless you successfully change it by following the above link."
- on "/themes/advanced/platform/login/forgot_password_reset.tpl" template:
- use "lu_title_ForgotPasswordStep3" phrase instead of "lu_title_PasswordRequestConfirm" (3 places)
- use "lu_text_ForgotPassResetChangeForm" phrase instead of "lu_text_PasswordRequestConfirm" form
- use "lu_fld_NewPassword" instead of "lu_fld_Password" phrase
- use "lu_fld_VerifyNewPassword" instead of "lu_fld_VerifyPassword" phrase
- use "lu_btn_SetNewPassword" instead of "lu_btn_Update" phrase
- change translation of "lu_text_ForgotPassHasBeenReset" phrase to be "Your password has been successfully changed."
- on "/themes/advanced/platform/login/forgot_password_reset_confirm.tpl" template:
- use "lu_title_ForgotPasswordStep4" phrase instead of "lu_title_ForgotPasswordConfirm" (3 places)
Related Discussions
Related Tasks
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|