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).