diff --git a/en/identity-server/next/docs/assets/img/guides/account-configurations/notification-sending.png b/en/identity-server/next/docs/assets/img/guides/account-configurations/notification-sending.png new file mode 100644 index 0000000000..bdf2aedb2e Binary files /dev/null and b/en/identity-server/next/docs/assets/img/guides/account-configurations/notification-sending.png differ diff --git a/en/identity-server/next/docs/guides/account-configurations/index.md b/en/identity-server/next/docs/guides/account-configurations/index.md index 7657991544..adf9a63eda 100644 --- a/en/identity-server/next/docs/guides/account-configurations/index.md +++ b/en/identity-server/next/docs/guides/account-configurations/index.md @@ -24,3 +24,7 @@ Provide users with options to recover their access credentials, ensuring they ca - [Admin Initiated Password Reset]({{base_path}}/guides/account-configurations/account-recovery/admin-initiated-password-reset/) With these configurations, administrators can ensure that user accounts are secure, accessible, and manageable. + +## Notification settings + +Learn how to implement advanced notification handling in [Notification settings]({{base_path}}/guides/account-configurations/notification-settings/). diff --git a/en/identity-server/next/docs/guides/account-configurations/notification-settings.md b/en/identity-server/next/docs/guides/account-configurations/notification-settings.md new file mode 100644 index 0000000000..13cead2f21 --- /dev/null +++ b/en/identity-server/next/docs/guides/account-configurations/notification-settings.md @@ -0,0 +1 @@ +{% include "../../../../../includes/guides/account-configurations/notification-settings.md" %} diff --git a/en/identity-server/next/mkdocs.yml b/en/identity-server/next/mkdocs.yml index b4ce9987e7..642f3fe54f 100644 --- a/en/identity-server/next/mkdocs.yml +++ b/en/identity-server/next/mkdocs.yml @@ -567,6 +567,7 @@ nav: - Password recovery: guides/account-configurations/account-recovery/password-recovery.md - Username recovery: guides/account-configurations/account-recovery/username-recovery.md - Admin Initiated Password Reset: guides/account-configurations/account-recovery/admin-initiated-password-reset.md + - Notification settings: guides/account-configurations/notification-settings.md - User self-service: - User self-service: guides/user-self-service/index.md - Self-service portal: diff --git a/en/includes/guides/account-configurations/notification-settings.md b/en/includes/guides/account-configurations/notification-settings.md new file mode 100644 index 0000000000..f82bf9bff8 --- /dev/null +++ b/en/includes/guides/account-configurations/notification-settings.md @@ -0,0 +1,21 @@ +# Notification settings + +{{product_name}}, by default, provides a seamless notification system that handles notifications for the following scenarios. + +- Self registration +- Email verification +- Account lock +- Account disable +- Account recovery + +If the client application handles notifications and you want to disable the notification features of {{product_name}}, + +1. On the {{ product_name }} Console, go to **Login & Registration**. + +2. Under **Notification Settings**, click **Internal Notification Sending**. + +3. Turn the toggle off to disable notifications. + + ![Session Management Configuration]({{base_path}}/assets/img/guides/account-configurations/notification-sending.png){: width="800" style="display: block; margin: 0;"} + +