view mod_email_pass.wiki @ 435:fae8b0661edf

Add info about _xmpp-server IN TLSA
author Kim Alvefur <zash@zash.se>
date Mon, 10 Mar 2014 16:08:19 +0100
parents 980b08cb4b1f
children e8c3f7892518
line wrap: on
line source

#labels Stage-Beta

= Introduction =

This module aims to help in the procedure of user password restoration. To start the restoration, the user must go to an URL provided by this module, fill the JID and email and submit the request.

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 "offline_email" to your modules_enabled list. 

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.

= Configuration =

|| smtp_server || The Host/ip of your SMTP server ||
|| smtp_port || Port used by your SMTP server. Default 25 ||
|| smtp_ssl || Use of SMTP SSL legacy (No STARTTLS) ||
|| smtp_user || Username used to do SMTP auth ||
|| smtp_pass || Password used to do SMTP auth ||
|| smtp_address || EMail address that will be apears as From in mails ||
|| msg_subject || Subject used for messages/mails ||
|| msg_body || Message send when password has been changed ||
|| url_path || Path where the module will be visible. Default /resetpass/ ||

= Compatibility =
||0.9||Works||