Skip to content

Commit 4c1e2d1

Browse files
Merge pull request #5591 from PasinduYeshan/update-verification-doc
Update attribute verification on update docs
2 parents 7bcdd50 + e5ebee0 commit 4c1e2d1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

en/includes/guides/users/attributes/email-verification-on-update.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,12 @@ Alternatively, you may update the email addresses via a PATCH operation to the [
216216
}
217217
```
218218

219-
Upon receiving the response outlined above, the user will receive an email notification prompting them to verify their updated email address. Once verified, the `verifiedEmailAddresses` claim (http://wso2.org/claims/verifiedEmailAddresses) will be updated to reflect the new email address.
219+
Upon receiving the response outlined above, the user will receive an email notification prompting them to verify their
220+
updated email address. Once verified, the `verifiedEmailAddresses` claim (http://wso2.org/claims/verifiedEmailAddresses)
221+
will be updated to reflect the new email address. {% if product_name == "Asgardeo" or
222+
(product_name == "WSO2 Identity Server" and is_version >= "7.2.0")%} If a primary email address has not been configured,
223+
the verified email address will also be set as the primary email.
224+
{% endif %}
220225

221226
## Resend email verification
222227

en/includes/guides/users/attributes/mobile-verification-on-update.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,10 @@ Alternatively, you may update the mobile numbers via a PATCH operation to the [S
334334

335335
Upon receiving the response outlined above, the user will receive an SMS notification prompting them to verify their
336336
updated mobile number. Once verified, the `Verified Mobile Numbers` claim (`http://wso2.org/claims/verifiedMobileNumbers`)
337-
will be updated to reflect the new mobile number.
337+
will be updated to reflect the new mobile number. {% if product_name == "Asgardeo" or
338+
(product_name == "WSO2 Identity Server" and is_version >= "7.2.0")%} If a primary mobile number has not been configured,
339+
the verified mobile number will also be set as the primary mobile number.
340+
{% endif %}
338341

339342
## Validate the verification code
340343

0 commit comments

Comments
 (0)