Software /
code /
prosody-modules
Comparison
mod_invites_tracking/README.md @ 4394:32f1f18f4874
mod_invites_tracking: simple module to store who created an invite
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Tue, 26 Jan 2021 16:05:49 +0100 |
comparison
equal
deleted
inserted
replaced
4393:ae1d1e352504 | 4394:32f1f18f4874 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Alpha' | |
4 summary: 'Store who created the invite to create a user account' | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 Invites are an intermediate way between opening registrations completely and | |
11 closing registrations completely. | |
12 | |
13 By letting users invite other users to the server, an administrator exposes | |
14 themselves again to the risk of abuse. | |
15 | |
16 To combat that abuse more effectively, this module allows to store (outside | |
17 of the user’s information) who created an invite which was used to create the | |
18 user’s account. | |
19 | |
20 Details | |
21 ======= | |
22 | |
23 Add to `modules_enabled`. | |
24 | |
25 Caveats | |
26 ======= | |
27 | |
28 - The information is not deleted even when the associated user accounts are | |
29 deleted. | |
30 - Currently, there is no way to make any use of that information. |