You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
});
The text was updated successfully, but these errors were encountered:
clicked checkbox is not checked.
file path >
app/sprinkles/admin/assets/userfrosting/js/widgets/users.js
line no >
229
e.preventDefault()
preventing it.The text was updated successfully, but these errors were encountered: