Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Reset your password" Message on Register Page #2058

Open
gmeben opened this issue Jan 18, 2024 · 0 comments
Open

Fix "Reset your password" Message on Register Page #2058

gmeben opened this issue Jan 18, 2024 · 0 comments
Labels
🪲 bug Something isn't working 🖥️ frontend Related to the Vue/JS portions

Comments

@gmeben
Copy link
Contributor

gmeben commented Jan 18, 2024

Describe the bug
When a user attempts to register with a pre-existing email, the error message that is displayed breaks at the word 'your' so the user is unable to view the full message. The link in this error message also incorrectly goes to /reset-password and not /request-password-reset

To Reproduce
Steps to reproduce the behavior:

  1. Go to the register page
  2. Click fill out the form with a pre-existing email
    • Ex: applicationadministrator@meshresearch.net
  3. Click the "Create Account" button
  4. Notice that the error is broken off
  5. Click the link for 'Reset your password' and note that it goes to the wrong destination (reset-password)

Expected behavior
The error message should be able to be viewed in its entirety. The destination link should be /request-password-reset.

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot of the register page featuring the error message clipped off so that it reads: 'You might want to login or reset your'

@gmeben gmeben added 🖥️ frontend Related to the Vue/JS portions 🪲 bug Something isn't working labels Jan 18, 2024
@gmeben gmeben changed the title Fix Display of "Reset your password" Message on Register Page Fix "Reset your password" Message on Register Page Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working 🖥️ frontend Related to the Vue/JS portions
Projects
None yet
Development

No branches or pull requests

1 participant