Comparison

mod_easy_invite/README.markdown @ 3778:7209f481bcfe

mod_easy_invite: Add prosodyctl command to generate account invites
author Matthew Wild <mwild1@gmail.com>
date Fri, 27 Dec 2019 11:00:43 +0000
parent 3777:26559776a87e
child 3787:28deb30a5272
comparison
equal deleted inserted replaced
3777:26559776a87e 3778:7209f481bcfe
24 If you do not wish users to invite other users to create accounts on your 24 If you do not wish users to invite other users to create accounts on your
25 server, set `allow_user_invites = false`. They will still be able to send 25 server, set `allow_user_invites = false`. They will still be able to send
26 contact invites, but new contacts will be required to register an account 26 contact invites, but new contacts will be required to register an account
27 on a different server. 27 on a different server.
28 28
29 # Usage
30
31 Users can use the "New Invite" ad-hoc command through their client.
32
33 Admins can create registration links using prosodyctl, e.g.
34
35 ```
36 prosodyctl mod_easy_invite example.com register
37 ```
38
29 # Compatibility 39 # Compatibility
30 40
31 0.11 and later. 41 0.11 and later.