Skip to content

Commit

Permalink
Merge pull request #8898 from PasanT9/email-420
Browse files Browse the repository at this point in the history
Add EnableEmailNotification parameter
  • Loading branch information
PasanT9 authored Nov 25, 2024
2 parents 5cdad29 + 9dc4338 commit 45a372a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
<context-param>
<param-name>EnableEmailNotification</param-name>
<param-value>true</param-value>
</context-param>
```

!!! tip
To engage your own signup process, see [Adding a User Signup Workflow]({{base_path}}/develop/customizations/adding-a-user-signup-workflow).

0 comments on commit 45a372a

Please sign in to comment.