comparison mod_email_pass.wiki @ 438:687c9f95c8ad

Edited wiki page mod_email_pass through web user interface.
author luisgf@gmail.com
date Thu, 13 Mar 2014 15:41:53 +0000
parents 52aacbc9ed0f
children c51d25707d4c
comparison
equal deleted inserted replaced
437:52aacbc9ed0f 438:687c9f95c8ad
5 5
6 The module will generate a token valid for 24h and send an email with a specially crafted url to the vCard email address. If the user goes to this url, will be able to change his password. 6 The module will generate a token valid for 24h and send an email with a specially crafted url to the vCard email address. If the user goes to this url, will be able to change his password.
7 7
8 = Usage = 8 = Usage =
9 Simply add "email_pass" to your modules_enabled list and copy files "mod_email_pass.lua" and "vcard.lib.lua" to prosody modules folder. 9 Simply add "email_pass" to your modules_enabled list and copy files "mod_email_pass.lua" and "vcard.lib.lua" to prosody modules folder.
10 This module need to that https_host or http_host must be configured. This parameter is necessary to construct the URL that has been sended to the user.
10 11
11 This module only send emails to the vCard user email address, then the user must set this address in order to be capable of do the restoration. 12 This module only send emails to the vCard user email address, then the user must set this address in order to be capable of do the restoration.
12 13
13 = Configuration = 14 = Configuration =
14 15