0
0
Fork 0

Enable the password_reset module

This commit is contained in:
telepath 2024-11-12 22:05:17 +01:00
parent 0e0e017f8d
commit 4610f36375
2 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,2 @@
# telepath.im XMPP server # Telepath XMPP server
This repository contains configuration files and scripts of the telepath.im XMPP server. This repository contains configuration files and scripts of the [Telepath XMPP server](https://telepath.im/xmpp/).

View file

@ -70,7 +70,7 @@ modules_enabled = {
"watchregistrations"; -- Alert admins of registrations "watchregistrations"; -- Alert admins of registrations
--"welcome"; -- Welcome users who register accounts (temporarily disabled) --"welcome"; -- Welcome users who register accounts (temporarily disabled)
-- User-enabled modules -- User-enabled modules
"cloud_notify"; "cloud_notify";
"cloud_notify_extensions"; "cloud_notify_extensions";
"http_altconnect"; "http_altconnect";
@ -80,6 +80,7 @@ modules_enabled = {
"invites_register_web"; "invites_register_web";
"invites_page"; "invites_page";
"http_libjs"; "http_libjs";
"password_reset"
} }
-- These modules are auto-loaded, but should you want -- These modules are auto-loaded, but should you want