diff options
author | 2024-08-04 22:17:47 +0100 | |
---|---|---|
committer | 2024-08-04 22:17:47 +0100 | |
commit | 3c1291351702c6378114145804a9f130e91e42f4 (patch) | |
tree | d4812a9af77cb1a2ad04d1856895b1992ba0cbf9 | |
parent | Update bootstrap message (diff) |
Enable LDAP notifications
-rw-r--r-- | arthur/exts/directory/ldap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/directory/ldap.py b/arthur/exts/directory/ldap.py index 1c790a3..a68c8c2 100644 --- a/arthur/exts/directory/ldap.py +++ b/arthur/exts/directory/ldap.py @@ -17,7 +17,7 @@ from arthur.log import logger PASSWORD_RESET_LENGTH = 16 -NOTIFICATIONS_ENABLED = False +NOTIFICATIONS_ENABLED = True BOOTSTRAP_CHANNEL_TOPIC = """ This channel is used for Python Discord LDAP enrollment. If you have been added to the LDAP directory, you will receive a message here with instructions on how to create your login credentials. |