# Description The user should have the possibility to change his password. ToDo: - [ ] check if `old_password` from received json and `password` from the database are equal - [ ] check if `new_password` from received json satisfy all requirements - [ ] write new password to database - [ ] (send information email to the user)
Description
The user should have the possibility to change his password.
ToDo:
old_passwordfrom received json andpasswordfrom the database are equalnew_passwordfrom received json satisfy all requirements