Support POST to /api/accounts/profile #14

Closed
opened 2025-11-07 06:18:57 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @DrMurx on GitHub (Jun 15, 2018).

The be compatible with the Bitwarden API, the endpoint /api/accounts/profile should also support POST requests to update your own full name.

Originally created by @DrMurx on GitHub (Jun 15, 2018). The be compatible with the Bitwarden API, the endpoint `/api/accounts/profile` should also support POST requests to update your own full name.
Author
Owner

@mprasil commented on GitHub (Jun 16, 2018):

Valut posts data in following format:

{"name":"User Name","masterPasswordHint":null,"culture":"en-US"}

The masterPasswordHint should probably be parsed as Option as it might contain the hint string.

@mprasil commented on GitHub (Jun 16, 2018): Valut posts data in following format: ``` {"name":"User Name","masterPasswordHint":null,"culture":"en-US"} ``` The masterPasswordHint should probably be parsed as Option as it might contain the hint string.
Author
Owner

@dani-garcia commented on GitHub (Jun 16, 2018):

I've implemented this now.
I also implemented email address change, which on the upstream server requires inputting a token sent to the new address. As we don't do email validation, I ignore any values to that field, so any value works.

@dani-garcia commented on GitHub (Jun 16, 2018): I've implemented this now. I also implemented email address change, which on the upstream server requires inputting a token sent to the new address. As we don't do email validation, I ignore any values to that field, so any value works.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#14