Unhide Can't access your account on jira login page 6.3.15

Neeta Dubey March 8, 2019

I'm using older verison of jira and some customisation were done to hide to home page and "cant access your account" link on jira login page was hidden. I'm now trying to enable it.

I've already enabled external user management on under system- general setting- restart jira but that didn't work.

 

1 answer

0 votes
Jimmy Van (GLiNTECH)
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.
March 10, 2019

This will be challenging to debug without knowing what the customisations are.

One place to check would be the announcement banner. Check to see if any css/js was injected there in order to achieve the effects.

Otherwise, do you know if the velocity templates for the login/logout pages were changed? I have seen some customers do that too.

Neeta Dubey March 10, 2019

Thanks for looking into my issue Jimmy.

This what my announcement banner says

" <script>
AJS.$(document).ready(function(){
AJS.$('#priority-val').closest('li').hide();
});
JIRA.bind(JIRA.Events.NEW_CONTENT_ADDED, function (e, context, reason) {
AJS.$('#priority-val').closest('li').hide();
});
</script>

 

And I'm sure some customization is done but not sure where. Below is my template file location:

template.PNG

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events