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

password change form checkbox bug #1008

Closed
inuryyev opened this issue Jul 3, 2019 · 1 comment
Closed

password change form checkbox bug #1008

inuryyev opened this issue Jul 3, 2019 · 1 comment
Assignees
Labels
confirmed bug Something isn't working up-for-grabs Not assigned yet
Milestone

Comments

@inuryyev
Copy link

inuryyev commented Jul 3, 2019

clicked checkbox is not checked.

Annotation 2019-07-03 141959

file path > app/sprinkles/admin/assets/userfrosting/js/widgets/users.js
line no > 229

e.preventDefault() preventing it.

// On submission, submit either the PUT request, or POST for a password reset, depending on the toggle state
          modal.find("input[name='change_password_mode']").click(function(e) {
              e.preventDefault();

              var changePasswordMode = $(this).val();
              toggleChangePasswordMode(modal, userName, changePasswordMode);
          });
@lcharette lcharette added confirmed bug Something isn't working up-for-grabs Not assigned yet labels Jul 4, 2019
@lcharette
Copy link
Member

I've experience this before. If anyone wants to get a PR in, that would be great.

@lcharette lcharette added this to the 4.2.x milestone Jul 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed bug Something isn't working up-for-grabs Not assigned yet
Projects
None yet
Development

No branches or pull requests

2 participants