Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/suspendacct.tmpl

[% WRAPPER 'master_templates/master.tmpl' theme="yui"
    breadcrumburl = '/scripts2/suspendacctlist'
-%]
[% IF data.trying_to_self -%]
You cannot suspend your own account.
[% ELSIF ! data.has_access -%]
You do not have access to that account.
[% ELSIF data.locked_non_root -%]
That account has been locked by the root user. You cannot reactivate it.
[% ELSIF ! data.suspend && ! data.unsuspend -%]
You must click the suspend or unsuspend button.  Please go back and try again.
[% ELSE -%]
<h3 class="simpleheading">
[%- data.unsuspend ? 'Unsuspension' : 'Suspension' -%]
 of [% data.domain %]</h3>
<pre>
[% data.output %]
</pre>
[% END -%]
[% END -%]
Back to Directory File Manager