You could put some javascript in the Custom HTML section of Confluence Admin to unlink it on page load.
<script type="text/javascript"> AJS.toInit(function(){ if(AJS.Meta.get('is-confluence-admin') != "true") { AJS.$('#logo a').attr('href', '#'); } }); </script>
You'll have to hack the theme or core code to do that. (Not sure why you'd want to either, all it does is take the user to the standard home page, which can be useful)
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.