[%# admin/logout_user.tt Expires sessions of a user Authors: foxfirefey Copyright (c) 2015 by Dreamwidth Studios, LLC. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. %] [%- sections.title = '.title' | ml -%]
[% dw.form_auth %]

User: [% form.textbox( name = "user", maxlength = "25", size = "25", value = user ) %] [% form.submit( value = "Expire Sessions" ) %]


[% IF error_list %]
[% 'error' | ml %]
[% END %] [% IF u %]

Expiring all sessions for user [% u.ljuser_display %].

[% IF sessions.size > 0 %]

Sessions expired:

[% ELSE %]

There were no sessions to expire!

[% END %] [% END %]