You may put a password hash manually on your Jira database:
Check the session: "2. Set the password directly in the database". The hash presented on this KB is admin. https://confluence.atlassian.com/display/JIRA060/Retrieving+the+JIRA+Administrator
So basically you can run the query:
update cwd_user set credential='uQieO/1CGMUIXXftw3ynrsaYLShI+GTcPS4LdUGWbIusFvHPfUzD7CZvms6yMMvA8I7FViHVEqr6Mj4pCLKAFQ==' where user_name='XXXX';
Hope it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.