mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 19:57:39 +08:00
21 lines
853 B
Markdown
21 lines
853 B
Markdown
---
|
|
title: talk-plugin-notifications
|
|
permalink: /plugin/talk-plugin-notifications/
|
|
layout: plugin
|
|
plugin:
|
|
name: talk-plugin-notifications
|
|
provides:
|
|
- Server
|
|
- Client
|
|
---
|
|
|
|
Enables the Notification system for sending out enabled email notifications to
|
|
users when they interact with Talk. By itself, this plugin will not send
|
|
anything. You need to enable one of the `talk-plugin-notifications-category-*` plugins.
|
|
|
|
Configuration:
|
|
|
|
- `DISABLE_REQUIRE_EMAIL_VERIFICATIONS` - When `TRUE`, it will disable the verification email check before sending notifications for those emails. **Note that organizations implementing a custom authentication system _must_ disable this feature, as they don't use our integrated auth**. (Default `FALSE`).
|
|
|
|
You can enable other notification options by adding more
|
|
`talk-plugin-notification-*` plugins! |