How to Disable the "Sing In" option in Confluence?

Karina Clemente
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 26, 2012

How to Disable the "Sing In" option in Confluence?

1 answer

1 accepted

0 votes
Answer accepted
Amalia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 26, 2012

You can hide the "Sign In" link by adding the following JavaScript into Confluence Admin > Custom HTML > At end of the HEAD:

<script>
  AJS.toInit(function(){
      AJS.$('#login-link').hide();
  });
</script>

Karina Clemente
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 26, 2012

Thank Amalia!!! I really appreciate your help!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events