From 4610f36375b6568935a2888f0cc7b4a43e60354d Mon Sep 17 00:00:00 2001 From: telepath Date: Tue, 12 Nov 2024 22:05:17 +0100 Subject: [PATCH] Enable the password_reset module --- README.md | 4 ++-- etc/prosody/prosody.cfg.lua | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index de7930f..261aa61 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# telepath.im XMPP server -This repository contains configuration files and scripts of the telepath.im XMPP server. \ No newline at end of file +# Telepath XMPP server +This repository contains configuration files and scripts of the [Telepath XMPP server](https://telepath.im/xmpp/). \ No newline at end of file diff --git a/etc/prosody/prosody.cfg.lua b/etc/prosody/prosody.cfg.lua index ba11021..6a03c1c 100644 --- a/etc/prosody/prosody.cfg.lua +++ b/etc/prosody/prosody.cfg.lua @@ -70,7 +70,7 @@ modules_enabled = { "watchregistrations"; -- Alert admins of registrations --"welcome"; -- Welcome users who register accounts (temporarily disabled) - -- User-enabled modules + -- User-enabled modules "cloud_notify"; "cloud_notify_extensions"; "http_altconnect"; @@ -80,6 +80,7 @@ modules_enabled = { "invites_register_web"; "invites_page"; "http_libjs"; + "password_reset" } -- These modules are auto-loaded, but should you want