Issue Summary
When logged in as an Administrator or Owner and viewing other users there is a form to change their password. This has stopped working, it now shows this error when submitting the form:
Validation (FieldIsRequired) failed for ["oldPassword"]
To Reproduce
- Ensure your site has more than 1 user
- Log in as the Administrator/Owner account
- Open another user via the Team screen
- Fill in the change password form and submit
- Note the error message
Administrators/Owners used to be allowed to send PUT /users/password/ requests without the oldPassword field being present.
Technical details:
- Ghost Version: 2.12.0
- Database: MySQL
Issue Summary
When logged in as an Administrator or Owner and viewing other users there is a form to change their password. This has stopped working, it now shows this error when submitting the form:
Validation (FieldIsRequired) failed for ["oldPassword"]To Reproduce
Administrators/Owners used to be allowed to send
PUT /users/password/requests without theoldPasswordfield being present.Technical details: