The yellow banner in Confluence that says:
You have temporary access to administrative functions. Drop access if you no longer require it. For more information, refer to the documentation.
REALLY ANNOYS ME!
I do lots of Confluence Admin and I am in and out all the time.
I don't want to drop admin access just to log in again in 2 minutes just to get rid of the banner.
How do I turn this "helpful" banner OFF?
Do you just want to hide the banner, or do you want to turn off having to re-enter your password in the administrator console entirely?
The latter is easy - you can disable Confluence's Secure Administrator Sessions feature by following our documentation - https://confluence.atlassian.com/display/DOC/Configuring+Secure+Administrator+Sessions
The former can be achieved 'easily' by injecting some overriding CSS styles into your Confluence instance that force the banner to be hidden - if you need to some help working out the correct style to apply, just holler :-)
HOLLER!! :)
I would like to turn off the banner. I don't mind the logins - I appreciate the security - the banners are just unnecessary and annoying given the overlap they create.
Any instructions you can provide to remove the banner would be much appreciate and (not that you need them) a quick 50 karma points for you ... every point counts when your on your way to 10K though right :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can add this to your instance's Custom HTML at the end of the head:
<style type="text/css"> #confluence-message-websudo-message { display: none !important; } </style>
This will hide the banner when you're outside of the admin console, but unfortunately won't hide it when you're within the admin console (custom HTML is not applied to the admin console to reduce the chances of you locking yourself out of your own instance).
If you really wanted to get rid of it in the admin console, you could build Confluence from source and remove the banner or write a plugin to include the CSS in the admin console (using a web-resource module).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
AWESOME!
That did the trick. I am not so worried about inside the admin console. Thanks for the help!!!
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.
Too good Joseph!! Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No worries, mate! It's the little things that count :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Joe Clark I tried to install the plugin, but I did not observe the version of your plugin, I used version 5.9, and I get a message now, so update to version 5.10.8, but it is not removed, you know how I can Remove this (in version 5.10.8 no longer appears the yellow bar).
You have any idea to help me on this topic. Thank you very much in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There was a formatting error in my code example - use < and > instead of < and >
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.
I think the burden should be on Atlassian to enable a user to turn this feature off. After all, I am using the "paid" version of the app; I should not be subject to unwanted marketing messages. These are not merely account status or downtime notices. IMHO Atlassian is exploiting access to my workspace to spam me with sales and product info. I don't think this practice would hold up under scrutiny against compliance to marketing communication best practices.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Carolyn,
As far as I know this question is about the "temporary access to administrative functions" banner, which is a security feature in Confluence.
I'm personally not aware of the sales and marketing banners that you are seeing. Could you please show some screenshots of what you are seeing? You can upload them here or email me (jclark @ atlassian.com) if you'd prefer.
Kind regards,
Joe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What about where I am using an on demand instance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same issue here - how do I turn these off? It is annoying and intrusive to have my workspace spammed with the same messages again and again. And it is spam - I did not opt in and I cannot opt out
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think there is any way you can customize this if you are using an OnDemand instance. In this case, maybe you could look at using a browser extension like GreaseMonkey to just hide the banner on your browser?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Joseph - this was the first plugin i installed but it didnt work. Do something!!! Its really annoying from the minute I logged into Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mohamed, the plugin I built is for Confluence, not for JIRA. Try this solution instead: https://answers.atlassian.com/questions/81203/is-there-a-way-to-hide-the-administration-banner-in-jira
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.