From 9dc4338a708357c35aaeea5dab6d37137479a91e Mon Sep 17 00:00:00 2001 From: pasant9 Date: Fri, 22 Nov 2024 14:11:55 +0530 Subject: [PATCH] Add EnableEmailNotification parameter --- .../enabling-or-disabling-self-signup.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/en/docs/reference/customize-product/customizations/customizing-the-developer-portal/enabling-or-disabling-self-signup.md b/en/docs/reference/customize-product/customizations/customizing-the-developer-portal/enabling-or-disabling-self-signup.md index 2ffd96a3cf..347b63b93e 100644 --- a/en/docs/reference/customize-product/customizations/customizing-the-developer-portal/enabling-or-disabling-self-signup.md +++ b/en/docs/reference/customize-product/customizations/customizing-the-developer-portal/enabling-or-disabling-self-signup.md @@ -52,6 +52,15 @@ In a multi-tenanted API Manager setup, self-signup to the Developer Portal works "SignUpRoles":["Internal/subscriber"] } ``` +!!! Note + To enable email verification, update the `repository/deployment/server/webapps/accountrecoveryendpoint/WEB-INF/web.xml` file by setting the `EnableEmailNotification` parameter to `true`: + + ```xml + + EnableEmailNotification + true + + ``` !!! tip To engage your own signup process, see [Adding a User Signup Workflow]({{base_path}}/develop/customizations/adding-a-user-signup-workflow).