Mercurial > prosody-wiki
view mod_adhoc_account_management.wiki @ 434:980b08cb4b1f
Edited wiki page mod_email_pass through web user interface.
author | luisgf@gmail.com |
---|---|
date | Mon, 10 Mar 2014 08:18:01 +0000 |
parents | 351915c27e2e |
children | 528721aaea46 |
line wrap: on
line source
#summary Personal account management command #labels Stage-Alpha = Introduction = This module adds an ad-hoc command that lets an user change their password. This is useful for clients that don't have support for [http://xmpp.org/extensions/xep-0077.html XEP-0077] style password changing. In the future, it may provide other account management commands. = Configuration = {{{ modules_enabled = { -- other modules -- "adhoc_account_management", } close_sessions_on_password_change = true require_current_password = true require_confirm_password = true }}} || *Option* || *Default* || *Description* || || close_sessions_on_password_change || true || Changing password invalidates other sessions the user may have || || require_current_password || true || Add a field for the current password || || require_confirm_password || true || Add a field for confirming the current password || = Todo = Suggestions welcome,