Skip to content

Commit

Permalink
faq: Do not recommend complex Prosody module for web registration any…
Browse files Browse the repository at this point in the history
…more
  • Loading branch information
melvo committed Jul 30, 2024
1 parent bbeaeab commit b65c73f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ For retrieving a web page that can be used to create accounts, [XEP-0077: In-Ban

Please use that feature to either provide an alternative way for users to create an account or if your server does not support account creation via XMPP apps:
* ejabberd: [mod_register](https://docs.ejabberd.im/admin/configuration/modules/#mod-register) - `redirect_url`
* Prosody (alternative modules):
* [mod_register_redirect](https://modules.prosody.im/mod_register_redirect.html) - `registration_url`
* [mod_register_oob_url](https://modules.prosody.im/mod_register_oob_url.html) - `register_oob_url`
* Prosody: [mod_register_oob_url](https://modules.prosody.im/mod_register_oob_url.html) - `register_oob_url`

### Server Software

Expand Down

0 comments on commit b65c73f

Please sign in to comment.