comparison mod_adhoc_account_management.wiki @ 454:528721aaea46

a bunch of pages: strip trailing whitespace
author Kim Alvefur <zash@zash.se>
date Sun, 27 Apr 2014 03:42:02 +0200
parents 351915c27e2e
children
comparison
equal deleted inserted replaced
453:85a5df9cc05f 454:528721aaea46
1 #summary Personal account management command 1 #summary Personal account management command
2 #labels Stage-Alpha 2 #labels Stage-Alpha
3 3
4 = Introduction = 4 = Introduction =
5 5
6 This module adds an ad-hoc command that lets an user change their 6 This module adds an ad-hoc command that lets an user change their
7 password. This is useful for clients that don't have support for 7 password. This is useful for clients that don't have support for
8 [http://xmpp.org/extensions/xep-0077.html XEP-0077] style password 8 [http://xmpp.org/extensions/xep-0077.html XEP-0077] style password
9 changing. In the future, it may provide other account management 9 changing. In the future, it may provide other account management
10 commands. 10 commands.
11 11
12 = Configuration = 12 = Configuration =
13 13
14 {{{ 14 {{{
28 || require_current_password || true || Add a field for the current password || 28 || require_current_password || true || Add a field for the current password ||
29 || require_confirm_password || true || Add a field for confirming the current password || 29 || require_confirm_password || true || Add a field for confirming the current password ||
30 30
31 = Todo = 31 = Todo =
32 32
33 Suggestions welcome, 33 Suggestions welcome,