Enable the password_reset module
This commit is contained in:
parent
0e0e017f8d
commit
4610f36375
2 changed files with 4 additions and 3 deletions
|
@ -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/).
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue