1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Fix description for the update email endpoint

This commit is contained in:
Bradley Schofield 2021-11-16 14:33:59 +00:00
parent a917746ac9
commit b7907a68cc

View file

@ -1,2 +1,2 @@
Update currently logged in user account email address. After changing user address, user confirmation status is being reset and a new confirmation mail is sent. For security measures, user password is required to complete this request.
Update currently logged in user account email address. After changing user address, the user confirmation status will get reset. A new confirmation email is not sent automatically however and you will need to use the send confirmation email endpoint again. For security measures, user password is required to complete this request.
This endpoint can also be used to convert an anonymous account to a normal one, by passing an email address and a new password.