Skip to content

Commit

Permalink
Merge pull request #4949 from JayaShakthi97/internal-notification
Browse files Browse the repository at this point in the history
Add docs for internal notification sending UI
  • Loading branch information
himeshsiriwardana authored Jan 7, 2025
2 parents ebb0c81 + 52ab3d7 commit eaaf54d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{% include "../../../../../includes/guides/account-configurations/notification-settings.md" %}
1 change: 1 addition & 0 deletions en/identity-server/next/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
21 changes: 21 additions & 0 deletions en/includes/guides/account-configurations/notification-settings.md
Original file line number Diff line number Diff line change
@@ -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;"}


0 comments on commit eaaf54d

Please sign in to comment.