# HG changeset patch # User luisgf@gmail.com # Date 1394725352 0 # Node ID c51d25707d4c5868989efd40ca70ae4528c963b3 # Parent 687c9f95c8ad3efd5584f6c5710b14455cff3363 Edited wiki page mod_email_pass through web user interface. diff -r 687c9f95c8ad -r c51d25707d4c mod_email_pass.wiki --- a/mod_email_pass.wiki Thu Mar 13 15:41:53 2014 +0000 +++ b/mod_email_pass.wiki Thu Mar 13 15:42:32 2014 +0000 @@ -6,8 +6,8 @@ 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. = Usage = -Simply add "email_pass" to your modules_enabled list and copy files "mod_email_pass.lua" and "vcard.lib.lua" to prosody modules folder. -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. +Simply add "email_pass" to your modules_enabled list and copy files "*mod_email_pass.lua*" and "*vcard.lib.lua*" to prosody modules folder. +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. 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.