Software /
code /
prosody-modules
Diff
mod_password_reset/README.md @ 6211:750d64c47ec6 draft
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 18 Mar 2025 00:31:36 +0700 |
parent | 6003:fe081789f7b5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_password_reset/README.md Tue Mar 18 00:31:36 2025 +0700 @@ -0,0 +1,31 @@ +--- +labels: +- 'Stage-Alpha' +summary: 'Enables users to reset their password via a link' +rockspec: + build: + copy_directories: + - password_reset +... + +Introduction +============ + +This module allows users to reset their password via a simple link to a web page. + +Reset links may be generated by an admin through their XMPP client using the ad-hoc +command that this module provides. Alternatively other modules may reuse this module +to generate links and e.g. send them via email to the user directly. + +A link is only valid for a single reset, and expires after a duration (24 hours by default). + +This module depends on Prosody's internal webserver. + +Compatibility +============= + + ----- ------- + 0.10 Works + ----- ------- + trunk Works + ----- -------