comparison mod_password_reset/README.markdown @ 3344:0ce475235ae1

mod_password_reset: New module for self-service password resets via a web page
author Matthew Wild <mwild1@gmail.com>
date Tue, 02 Oct 2018 16:09:17 +0100
parents
children 660160fe97fa
comparison
equal deleted inserted replaced
3343:2e65160187a4 3344:0ce475235ae1
1 ---
2 labels:
3 - 'Stage-Alpha'
4 summary: 'Enables users to reset their password via a link'
5 ...
6
7 Introduction
8 ============
9
10 This module allows users to reset their password via a simple link to a web page.
11
12 Reset links may be generated by an admin through their XMPP client using the ad-hoc
13 command that this module provides. Alternatively other modules may reuse this module
14 to generate links and e.g. send them via email to the user directly.
15
16 A link is only valid for a single reset, and expires after a duration (24 hours by default).
17
18 This module depends on Prosody's internal webserver.
19
20 Compatibility
21 =============
22
23 ----- -------
24 0.10 Works
25 ----- -------
26 trunk Works
27 ----- -------