view mod_default_vcard/README.markdown @ 5229:c24a622a7b85

mod_http_oauth2: Fix appending of query parts in error redirects Looks like this meant to check whether the redirect_uri has a ?query part, but forgot to inspect the field for this in the returned table.
author Kim Alvefur <zash@zash.se>
date Fri, 10 Mar 2023 11:54:30 +0100
parents 4d73a1a6ba68
children
line wrap: on
line source

---
labels:
- 'Stage-Beta'
summary: Automatically populate vcard based on account details
...

Introduction
============

It is possible for the user to supply more than just a username and
password when creating an account using
[mod\_register](https://prosody.im/doc/modules/mod_register). This
module automatically copies over that data to the user's vcard.

Details
=======

There is no configuration for this module, just add it to
modules\_enabled as normal.

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.

Compatibility
=============

  ----- -------
  0.9   Works
  ----- -------