Software /
code /
prosody
Changeset
5202:ff0d0cd07c43
mod_admin_adhoc: Remove unused form
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 25 Nov 2012 05:12:13 +0100 |
parents | 5200:cfc038f1f923 |
children | 5203:a971bee1a5f5 5204:0b4f680ea116 |
files | plugins/mod_admin_adhoc.lua |
diffstat | 1 files changed, 0 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_admin_adhoc.lua Fri Nov 23 17:16:22 2012 +0100 +++ b/plugins/mod_admin_adhoc.lua Sun Nov 25 05:12:13 2012 +0100 @@ -212,15 +212,6 @@ end end -local end_user_session_layout = dataforms_new{ - title = "Ending a User Session"; - instructions = "Fill out this form to end a user's session."; - - { name = "FORM_TYPE", type = "hidden", value = "http://jabber.org/protocol/admin" }; - { name = "accountjids", type = "jid-multi", label = "The Jabber ID(s) for which to end sessions" }; -}; - - function get_user_password_handler(self, data, state) local get_user_password_layout = dataforms_new{ title = "Getting User's Password";