annotate mod_default_vcard/README.wiki @ 1787:663e5d923ef0
mod_s2s_log_certs: Use new 0.10 API for wrapping event handlers in order to always print log message after all s2s cert checks
author |
Kim Alvefur <zash@zash.se> |
date |
Tue, 25 Aug 2015 16:58:39 +0200 |
parents |
29f3d6b7ad16 |
children |
|
rev |
line source |
1782
|
1 #summary Automatically populate vcard based on account details |
|
2 #labels Stage-Beta |
|
3 |
|
4 = Introduction = |
|
5 |
|
6 It is possible for the user to supply more than just a username and password when creating an account using [https://prosody.im/doc/modules/mod_register mod_register]. This module automatically copies over that data to the user's vcard. |
|
7 |
|
8 = Details = |
|
9 |
|
10 There is no configuration for this module, just add it to modules_enabled as normal. |
|
11 |
|
12 Note that running this on a public-facing server that prompts for email during registration will make the user's email address publicly visible in their vcard. |
|
13 |
|
14 = Compatibility = |
|
15 |
|
16 || 0.9 || Works || |