Admin user can not edit password #2103
Closed
Comments
I see two problems here:
|
edmundoa
added a commit
that referenced
this issue
Apr 18, 2016
Fix condition to display this field. Fixes #2103
edmundoa
added a commit
that referenced
this issue
Apr 18, 2016
When users change their own password, return a 400 error if they did not provide the current (old) password, or if it was incorrect. Refs #2103
bernd
added a commit
that referenced
this issue
Apr 19, 2016
* Show old password input when user edits their own account * Fix condition to display this field. * Change server response when old password is wrong * When users change their own password, return a 400 error if they did not provide the current (old) password, or if it was incorrect. * Improve displayed errors on user edit forms Fixes #2103
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
Admin user is not able to edit his password
This is what I have in the web console
FetchError() FetchProvider.js:54 json/this.request<() FetchProvider.js:122 tryCatcher() bluebird.js:4589 [23]</module.exports/Promise.prototype._settlePromiseFromHandler() bluebird.js:2695 [23]</module.exports/Promise.prototype._settlePromiseAt() bluebird.js:2769 [23]</module.exports/Promise.prototype._settlePromises() bluebird.js:2885 [2]</Async.prototype._drainQueue() bluebird.js:175 [2]</Async.prototype._drainQueues() bluebird.js:185 Async/this.drainQueues()
Steps to reproduce the problem
Environment
The text was updated successfully, but these errors were encountered: