[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% PROCESS global/header.html.tmpl title = "Begin sudo session" generate_api_token = 1 style_urls = ['skins/standard/admin.css'] doc_section = "administering/users.html#impersonating-users" %] [% DEFAULT target_login = "" %]
The sudo feature of Bugzilla allows you to impersonate a user for a short time. While a sudo session is in progress, every action you perform will be taking place as if you had logged in as the user who will be impersonated.
This is a very powerful feature; you should be very careful while using it. Your actions may be logged more carefully than normal.
[% PROCESS global/footer.html.tmpl %]