summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/sudo.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/sudo.html.tmpl')
-rw-r--r--template/en/default/admin/sudo.html.tmpl36
1 files changed, 18 insertions, 18 deletions
diff --git a/template/en/default/admin/sudo.html.tmpl b/template/en/default/admin/sudo.html.tmpl
index e88ae2617..24b934732 100644
--- a/template/en/default/admin/sudo.html.tmpl
+++ b/template/en/default/admin/sudo.html.tmpl
@@ -17,7 +17,7 @@
#
# Contributor(s): A. Karl Kornel <karl@kornel.name>
#%]
-
+
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
@@ -26,28 +26,28 @@
style_urls = ['skins/standard/admin.css']
doc_section = "useradmin.html#impersonatingusers"
%]
-
+
[% DEFAULT target_login = "" %]
<p>
- The <b>sudo</b> feature of [% terms.Bugzilla %] allows you to impersonate a
- user for a short time While an sudo session is in progress, every action you
- perform will be taking place as if you had logged in as the user whom will be
+ The <b>sudo</b> feature of [% terms.Bugzilla %] allows you to impersonate a
+ user for a short time While an sudo session is in progress, every action you
+ perform will be taking place as if you had logged in as the user whom will be
impersonating.
</p>
<p class="areyoureallyreallysure">
- This is a very powerful feature; you should be very careful while using it.
+ This is a very powerful feature; you should be very careful while using it.
Your actions may be logged more carefully than normal.
</p>
<form action="relogin.cgi" method="POST">
<p>
- To begin,
+ To begin,
[% IF Param('usemenuforusers') %]
- select
+ select
[% ELSE %]
- enter the login of
+ enter the login of
[% END %]
<label for="target_login">the <u>u</u>ser to impersonate</label>:
[% INCLUDE global/userselect.html.tmpl
@@ -58,39 +58,39 @@
size => 30
%]
</p>
-
+
[% IF !Param('usemenuforusers') %]
<p>
The username must be entered exactly. No matching will be performed.
</p>
[% END %]
-
+
<p>
Next, please take a moment to explain <label for="reason">why you are doing
this:<br>
<input type="text" id="reason" name="reason" size="80" maxlength="200"
value="[% reason_default FILTER html %]">
</p>
-
+
<p>
The message you enter here will be sent to the impersonated user by email.
- You may leave this empty if you wish, but they will still know that you
+ You may leave this empty if you wish, but they will still know that you
are impersonating them.
</p>
-
+
[% IF user.authorizer.can_login %]
<p>
Finally, enter <label for="current_password">your [% terms.Bugzilla %]
password</label>:
<input type="password" id="current_password" name="current_password" size="20">
<br>
- This is done for two reasons. First of all, it is done to reduce
- the chances of someone doing large amounts of damage using your
- already-logged-in account. Second, it is there to force you to take the
+ This is done for two reasons. First of all, it is done to reduce
+ the chances of someone doing large amounts of damage using your
+ already-logged-in account. Second, it is there to force you to take the
time to consider if you really need to use this feature.
</p>
[% END %]
-
+
<p>
Click the button to begin the session:
<input type="submit" id="begin_sudo" value="Begin Session">