changeset 433:56b79ff1c34c

Created wiki page through web user interface.
author luisgf@gmail.com
date Mon, 10 Mar 2014 08:17:39 +0000
parents 26ac8c0e6ecf
children 980b08cb4b1f
files mod_email_pass.wiki
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_email_pass.wiki	Mon Mar 10 08:17:39 2014 +0000
@@ -0,0 +1,28 @@
+#summary One-sentence summary of this page.
+#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||
\ No newline at end of file