Skip to content

Commit

Permalink
minor fixes to the content
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshsiriwardana committed Jan 7, 2025
1 parent 9db3257 commit 29f29a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion en/identity-server/next/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
27 changes: 14 additions & 13 deletions en/includes/guides/account-configurations/notification-settings.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Notification settings

By default {{product_name}} handles the notification sending internally.
<br/>
{{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

0 comments on commit 29f29a8

Please sign in to comment.