1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Merge pull request #2422 from PineappleIOnic/fix-docs-update-email

Fix description for the update email endpoint
This commit is contained in:
Torsten Dittmann 2021-11-22 10:32:32 +01:00 committed by GitHub
commit 61e7add075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
This endpoint can also be used to convert an anonymous account to a normal one, by passing an email address and a new password.
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 you can use the send confirmation email endpoint again to send the confirmation email. 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.