Software /
code /
prosody-modules
Comparison
mod_invites_page/README.markdown @ 4201:41d42e4f5784
mod_invites_page: Fix table in README (thanks Ge0rG)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 14 Oct 2020 16:49:00 +0100 |
parent | 4109:70af86f54704 |
child | 4223:4ec755c13e9b |
comparison
equal
deleted
inserted
replaced
4200:e92441e8bda0 | 4201:41d42e4f5784 |
---|---|
46 | 46 |
47 | Name | Description | Default | | 47 | Name | Description | Default | |
48 |---------------------------|--------------------------------------------------------------------------------|------------------------------------------------------------| | 48 |---------------------------|--------------------------------------------------------------------------------|------------------------------------------------------------| |
49 | invites_page | The format of an invite page URL (must begin with `https://`) | `"https://{host}:5281/invites_page?{invite.token}"` | | 49 | invites_page | The format of an invite page URL (must begin with `https://`) | `"https://{host}:5281/invites_page?{invite.token}"` | |
50 | invites_registration_page | The format of an invite registration page URL (may be relative to invites_page)| `"register?t={invite.token}&c={app.id}"` | | 50 | invites_registration_page | The format of an invite registration page URL (may be relative to invites_page)| `"register?t={invite.token}&c={app.id}"` | |
51 | | | site_name | The friendly name of the server| `"example.com"` | | 51 | site_name | The friendly name of the server | `"example.com"` | |
52 | 52 |
53 The `invites_page` and `invites_registration_page` options are templates | 53 The `invites_page` and `invites_registration_page` options are templates |
54 that support a number of variables. The most useful being `{host}` and | 54 that support a number of variables. The most useful being `{host}` and |
55 `{invite.token}`. | 55 `{invite.token}`. |
56 | 56 |