comparison mod_invites_register_web/README.markdown @ 4167:3a03ae9a0882

mod_invites_register_web: Support linking to a web chat after successful registration
author Matthew Wild <mwild1@gmail.com>
date Mon, 05 Oct 2020 16:45:06 +0100
parents ed0c7044b00f
children 4ec755c13e9b
comparison
equal deleted inserted replaced
4166:7678b4880719 4167:3a03ae9a0882
35 download and configuration via mod_register_apps. 35 download and configuration via mod_register_apps.
36 36
37 There is no specific configuration for this module (though it uses the 37 There is no specific configuration for this module (though it uses the
38 optional `site_name` to override the displayed site name. 38 optional `site_name` to override the displayed site name.
39 39
40 You may also set `webchat_url` to the URL of a web chat that will be linked
41 to after successful registration. If not specified but mod_conversejs is loaded
42 on the current host, it will default to the URL of that module.
43
40 This module depends on mod_invites_page solely for the case where an invalid 44 This module depends on mod_invites_page solely for the case where an invalid
41 invite token is received - it will redirect to mod_invites_page so that an 45 invite token is received - it will redirect to mod_invites_page so that an
42 appropriate error can be served to the user. 46 appropriate error can be served to the user.