I mean the yellow "You have temporary access to administrative functions.." that shows up as soon as you authenticate.
The authentication is fine, but the banner is a bit of a pain, seeing how it offsets everything else by a little bit. Is there some kind of trickery that can be used to prevent this from appearing?
Someone created a plugin to hide this in Confluence.. does such a thing exist for Jira as well?
Try adding this in "Announcement banner"
<script type="text/javascript"> AJS.$("#websudo-banner").hide(); </script>
That worked well, thank you. If we need to set a banner we can add the text below it and that text will show.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If using a stand-alone distribution of JIRA, another option is to modify the jira-config.properties in the jira home directory to include the following (you'll have to restart JIRA for the change to take effect).
jira.websudo.is.disabled = true
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Funkhouser, I just ran that on Jira 7.5.0 and restarted the server and it worked great. The config file was not there, I had to create it manually in: C:\Program Files\Atlassian\Application Data\JIRA
|\ | _ .| |) _|- | \|(/_|| | |`()(_|_()|`
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.