From b7907a68cc45a2c8ad0e837b6886eaa39c0155ae Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 16 Nov 2021 14:33:59 +0000 Subject: [PATCH 1/2] Fix description for the update email endpoint --- docs/references/account/update-email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/account/update-email.md b/docs/references/account/update-email.md index 7be36b7cdf..4a4fd16c04 100644 --- a/docs/references/account/update-email.md +++ b/docs/references/account/update-email.md @@ -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. \ No newline at end of file From 55c2759e9f52af212016abddf719ccdcd919fde6 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Fri, 19 Nov 2021 15:45:14 +0000 Subject: [PATCH 2/2] Update update-email.md --- docs/references/account/update-email.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/references/account/update-email.md b/docs/references/account/update-email.md index 4a4fd16c04..110ca8ee48 100644 --- a/docs/references/account/update-email.md +++ b/docs/references/account/update-email.md @@ -1,2 +1,2 @@ -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. \ No newline at end of file +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.