add API endpoints for changing username and password #70
Reference in New Issue
Block a user
Delete Branch "change-username-password-api-endpoint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@falk two new API endpoints have been added. Please implement in frontend for #68.
POST /API/user/setname
requires email and password in body (new username and userpassword)
POST /API/user/setpassword
requires oldpassword and newpassword in body
@falk removed WIP please review
WIP add API endpoints for changing username and passwordto add API endpoints for changing username and password