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: MVC form action, broken reset my password #2091

Merged
merged 3 commits into from
Jul 27, 2023
Merged

Conversation

dpgaspar
Copy link
Owner

Description

Fix for reported issue: #2086

On user info view, reset my password action is incorrectly redirecting the user to user info view. Caused by #2075, both buttons have the same id so the click action get's triggered twice on this specific case reset my password executes twice so the last one will redirect to the second action user info view.

This PR makes the action button ids unique

ADDITIONAL INFORMATION

  • Has associated issue:
  • Is CRUD MVC related.
  • Is Auth, RBAC security related.
  • Changes the security db schema.
  • Introduces new feature
  • Removes existing feature

@dpgaspar dpgaspar merged commit 9b56e58 into master Jul 27, 2023
10 checks passed
@dpgaspar dpgaspar deleted the fix/mvc-form-action branch July 27, 2023 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant