Software / code / prosody-modules
Comparison
mod_invites_register/README.markdown @ 5482:2f7fff6c8c73
mod_invites{,_adhoc,_register}: Recommend using version included with prosody
Thanks gooya
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 18 May 2023 18:08:40 +0200 |
| parent | 5141:027fb71ad509 |
comparison
equal
deleted
inserted
replaced
| 5481:03a647d2837e | 5482:2f7fff6c8c73 |
|---|---|
| 1 --- | 1 --- |
| 2 labels: | 2 labels: |
| 3 - 'Stage-Beta' | 3 - 'Stage-Merged' |
| 4 summary: 'Allow account registration using invite tokens' | 4 summary: 'Allow account registration using invite tokens' |
| 5 ... | 5 ... |
| 6 | 6 |
| 7 Introduction | 7 Introduction |
| 8 ============ | 8 ============ |
| 9 | 9 |
| 10 ::: {.alert .alert-info} | |
| 11 This module has been merged into Prosody as | |
| 12 [mod_invites_register][doc:modules:mod_invites_register]. Users of | |
| 13 Prosody **0.12** and later should not install this version. | |
| 14 ::: | |
| 15 | |
| 10 This module is part of the suite of modules that implement invite-based | 16 This module is part of the suite of modules that implement invite-based |
| 11 account registration for Prosody. The other modules are: | 17 account registration for Prosody. The other modules are: |
| 12 | 18 |
| 13 - [mod_invites] | 19 - [mod_invites][doc:modules:mod_invites] |
| 14 - [mod_invites_adhoc] | 20 - [mod_invites_adhoc][doc:modules:mod_invites_adhoc] |
| 15 - [mod_invites_page] | 21 - [mod_invites_page] |
| 16 - [mod_invites_register_web] | 22 - [mod_invites_register_web] |
| 17 - [mod_invites_api] | 23 - [mod_invites_api] |
| 18 - [mod_register_apps] | 24 - [mod_register_apps] |
| 19 | 25 |