-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from himeshsiriwardana/pr-4949
minor fixes to the content
- Loading branch information
Showing
2 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 14 additions & 13 deletions
27
en/includes/guides/account-configurations/notification-settings.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |