From Jira-manual:
I have forgotten the Jira administrator password, and cannot retrieve it as mail
Notification is not set up .!
You will need to temporarily remove security restrictions, reset the password, then reenable them.
This can be done as follows:
1. Locate the WEB-INF/classes/security-config.xml file (in 2.5 and above it is called
Seraph-config.xml ).
2. Comment out everything between the <services> tags:
<Security-config>
...
<Services>
<! --
<Service class = "com. Atlassian. Seraph. Service. pathservice">
<Init-param>
<Param-Name> config. File </param-Name>
<Param-value>/seraph-paths.xml </param-value>
</Init-param>
</Service>
<Service class = "com. Atlassian. Seraph. Service. webworkservice">
<Init-param>
<Param-Name> action. Extension </param-Name>
<Param-value> JSpA </param-value>
</Init-param>
</Service>
-->
</Services>
...
</Security-config>
3. Restart Jira
You will now be able to access all of Jira without logging on. You won't get any menus however,
So you will need to access all the URLs directly, eg.
• For setting administrator and user global permissions: http: // <your
Server>/secure/admin/Jira/globalpermissions. JSpA
• For adding a group: http: // <your-Server>/secure/admin/user/groupbrowser. JSpA
• Searching for and Editing Users: http: // <your-Server>/secure/admin/user/userbrowser. JSpA
3.32. I cannot get past the login page. After clicking the "log in" button, the login page just
Refreshes.
This usually occurs when Jira cannot set a browser cookie. Ensure that cookies are allowed in your
Browser settings.
If you are using IE6, check that your server name does not have an underscore ("_") in it, as IE6 has
A problem with this (see JRA-1624 ).