How to remove message "To request an account, please contact your JIRA administrators"?

Sergey Sergey July 11, 2012

Our JIRA is company's home-only JIRA. Thus all the company employees are JIRA users and they are brought from the LDAP directory. It doesn't make sense to encourage users ask for becoming a member (a member of what??). Is there any way to remove this message altogether from the log-in screen?

Thanks

2 answers

0 votes
Piyush_Annadate August 25, 2016

resolution is changing code?

 

0 votes
Aspect Infra Team
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.
July 11, 2012
-bash-3.2$ grep -ir "Not a member" atlassian-jira/

atlassian-jira/atlassian-jira/WEB-INF/classes/com/atlassian/jira/web/action/JiraWebActionSupport.properties:gadget.l   ogin.notmember=Not a member? {0}{1}{2} for an account.

atlassian-jira/atlassian-jira/WEB-INF/classes/com/atlassian/jira/web/action/JiraWebActionSupport.properties:gadget.l   ogin.notmembernotpublic=Not a member? To request an account, {0}.

so you have to change in code :(

Suggest an answer

Log in or Sign up to answer