Mercurial > prosody-modules
comparison mod_default_vcard/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Aug 2015 18:03:58 +0200 |
parents | mod_default_vcard/README.wiki@29f3d6b7ad16 |
children |
comparison
equal
deleted
inserted
replaced
1802:0ab737feada6 | 1803:4d73a1a6ba68 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Beta' | |
4 summary: Automatically populate vcard based on account details | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 It is possible for the user to supply more than just a username and | |
11 password when creating an account using | |
12 [mod\_register](https://prosody.im/doc/modules/mod_register). This | |
13 module automatically copies over that data to the user's vcard. | |
14 | |
15 Details | |
16 ======= | |
17 | |
18 There is no configuration for this module, just add it to | |
19 modules\_enabled as normal. | |
20 | |
21 Note that running this on a public-facing server that prompts for email | |
22 during registration will make the user's email address publicly visible | |
23 in their vcard. | |
24 | |
25 Compatibility | |
26 ============= | |
27 | |
28 ----- ------- | |
29 0.9 Works | |
30 ----- ------- |