From dcf0c3a130de93f0fee646105e3fd93df949c711 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 5 Nov 2024 15:00:51 +0100 Subject: [PATCH] Create notifications.md --- website/docs/panel/account/notifications.md | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 website/docs/panel/account/notifications.md diff --git a/website/docs/panel/account/notifications.md b/website/docs/panel/account/notifications.md new file mode 100644 index 00000000..77425967 --- /dev/null +++ b/website/docs/panel/account/notifications.md @@ -0,0 +1,32 @@ +--- +sidebar_position: 3 +--- + +# Notifications + +Users can set actions for which to receive email notifications: + +| Value | Description | Default | +|------------------------------------------------|----------------------------------------------|---------| +| notify_account_login | Notify on new logins | 1 | +| notify_account_login_for_known_netblock | Notify on new login from known netblock | 1 | +| notify_account_login_notification_disabled | Notify when login notifications are disabled | 1 | +| notify_autossl_expiry | Notify when SSL certificate is soon expiring | 0 | +| notify_autossl_expiry_coverage | Notify when SSL certificate is expired | 0 | +| notify_autossl_renewal_coverage | Notify when certificate renewal failed | 0 | +| notify_autossl_renewal_coverage_reduced | Notify when certificate renewal failed | 0 | +| notify_autossl_renewal_uncovered_domains | Notify when certificate renewal failes for custom SSL| 0 | +| notify_contact_address_change | Notify when email address is changed | 1 | +| notify_contact_address_change_notification_disabled | Notify when notifications for email address change are disabled | 1 | +| notify_disk_limit | Notify when account reached disk limit | 1 | +| notify_email_quota_limit | Notify when email accounts reach their quota limit | 1 | +| notify_password_change | Notify when password is changed | 1 | +| notify_password_change_notification_disabled | Notify when notifications for password change are disabled | 1 | +| notify_ssl_expiry | Notify when SSL certificate is expired | 1 | +| notify_twofactorauth_change | Notify when two-factor authentication is disabled/enabled | 1 | +| notify_twofactorauth_change_notification_disabled | Notify when notifications for two-factor authenticatin change are disabled | 1 | + + +User does not receive notifications for actions performed through the OpenAdmin interface (such as impersonating a user, changing a password, disabling 2FA, etc.) or from API calls (e.g., from WHMCS, Blesta, FOSSBilling). + +![notifications.png](/img/panel/v1/account/notifications.png)