add API endpoints for changing username and password #70

Merged
falk merged 6 commits from change-username-password-api-endpoint into master 2020-05-15 21:30:00 +00:00
Owner

@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 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 was assigned by oliver 2020-05-15 21:22:12 +00:00
oliver added the bugenhancement labels 2020-05-15 21:22:22 +00:00
Author
Owner

@falk removed WIP please review

@falk removed WIP please review
oliver changed title from WIP add API endpoints for changing username and password to add API endpoints for changing username and password 2020-05-15 21:23:15 +00:00
falk approved these changes 2020-05-15 21:28:48 +00:00
falk closed this pull request 2020-05-15 21:30:00 +00:00
falk deleted branch change-username-password-api-endpoint 2020-05-15 21:31:08 +00:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SimCompanies/dashboard#70