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

Pressing return when editing user password deletes the user completely #209

Closed
davidcaron opened this issue Aug 30, 2019 · 1 comment · Fixed by #213
Closed

Pressing return when editing user password deletes the user completely #209

davidcaron opened this issue Aug 30, 2019 · 1 comment · Fixed by #213
Assignees
Labels
bug Problem, error, or invalid behaviour ui Something related to the UI operations or display

Comments

@davidcaron
Copy link
Contributor

When editing the user password and pressing Return, the default browser behavior is to submit the form. But because there is more than one input type="submit" on the page, I guess the first one is submitted. The first one happens to be the Delete button. So the user is completely deleted.

image

@Zeitsperre Zeitsperre added the bug Problem, error, or invalid behaviour label Aug 30, 2019
@dbyrns
Copy link
Contributor

dbyrns commented Aug 30, 2019

Wow great catch!!

@dbyrns dbyrns assigned dbyrns and ChaamC and unassigned dbyrns Sep 3, 2019
ChaamC pushed a commit that referenced this issue Sep 4, 2019
@fmigneault fmigneault added the ui Something related to the UI operations or display label Sep 4, 2019
@ChaamC ChaamC mentioned this issue Sep 4, 2019
fmigneault added a commit that referenced this issue Sep 5, 2019
fmigneault added a commit that referenced this issue Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Problem, error, or invalid behaviour ui Something related to the UI operations or display
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants