Software /
code /
prosody-modules
Diff
mod_invites_register/README.markdown @ 5676:62c6e17a5e9d
Merge
author | Stephen Paul Weber <singpolyma@singpolyma.net> |
---|---|
date | Mon, 18 Sep 2023 08:24:19 -0500 |
parent | 5482:2f7fff6c8c73 |
line wrap: on
line diff
--- a/mod_invites_register/README.markdown Mon Sep 18 08:22:07 2023 -0500 +++ b/mod_invites_register/README.markdown Mon Sep 18 08:24:19 2023 -0500 @@ -1,17 +1,23 @@ --- labels: -- 'Stage-Beta' +- 'Stage-Merged' summary: 'Allow account registration using invite tokens' ... Introduction ============ +::: {.alert .alert-info} +This module has been merged into Prosody as +[mod_invites_register][doc:modules:mod_invites_register]. Users of +Prosody **0.12** and later should not install this version. +::: + This module is part of the suite of modules that implement invite-based account registration for Prosody. The other modules are: -- [mod_invites] -- [mod_invites_adhoc] +- [mod_invites][doc:modules:mod_invites] +- [mod_invites_adhoc][doc:modules:mod_invites_adhoc] - [mod_invites_page] - [mod_invites_register_web] - [mod_invites_api]