diff --git a/en/identity-server/next/mkdocs.yml b/en/identity-server/next/mkdocs.yml index 0ab6c86007..642f3fe54f 100644 --- a/en/identity-server/next/mkdocs.yml +++ b/en/identity-server/next/mkdocs.yml @@ -567,7 +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 + - 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 index 96a0dc26ae..f82bf9bff8 100644 --- a/en/includes/guides/account-configurations/notification-settings.md +++ b/en/includes/guides/account-configurations/notification-settings.md @@ -1,20 +1,21 @@ # Notification settings -By default {{product_name}} handles the notification sending internally. -
+{{product_name}}, by default, provides a seamless notification system that handles notifications for the following scenarios. -!!! Tip - For information about configuring the email sending module, see - [here]({{base_path}}/deploy/configure/email-sending-module/). +- Self registration +- Email verification +- Account lock +- Account disable +- Account recovery -If the client application is handling the notification sending, the internal notification sending can be disabled via **Login & Registration** > **Notification Settings** > **Internal Notification Sending**. +If the client application handles notifications and you want to disable the notification features of {{product_name}}, -![Session Management Configuration]({{base_path}}/assets/img/guides/account-configurations/notification-sending.png){: width="800" style="display: block; margin: 0;"} +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;"} -This disables the internal notification handling for the following scenarios. -1. Self Registration -2. Email Verification -3. Account Lock -4. Account Disable -5. Account Recovery