-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Admins cannot change passwords anymore on Users page #2284
Comments
You shall search the bug tracker first 🔮 #2279 |
Even nearly the same wording ;) |
And the same labels ;) |
Well. Password != email but fair enough 😉 |
@MorrisJobke the issue is caused by the blurFunction from 3ffd9a7 |
yes, I just tested it. Password change work, this is just a UI issue that the user get no success message. If it fails, e.g. because of the password policy app the error message also is no longer displayed correctly. |
Ah - okay - then I missed this one. I will have a look tomorrow |
|
Introduced with #2216 |
@nickvergessen Could you have a look - this does not seem to be because of the callbacks, but because the require check is wrong. |
@MorrisJobke no, one problem is already the use of |
Fix is in #2417 |
Either success or failure, the response is not dealt with. The text input stays as is and there is no confirmation.
The text was updated successfully, but these errors were encountered: