Mercurial > prosody-modules
comparison mod_default_vcard/README.md @ 5975:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
| author | Menel <menel@snikket.de> |
|---|---|
| date | Tue, 22 Oct 2024 10:26:01 +0200 |
| parents | mod_default_vcard/README.markdown@4d73a1a6ba68 |
| children |
comparison
equal
deleted
inserted
replaced
| 5974:5a65a632d5b9 | 5975:fe081789f7b5 |
|---|---|
| 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 ----- ------- |
