credential="nopass" in entities.xml

David Finney July 4, 2013
I created a backup using the OnDemand JIRA Backup Manager. Inside the zip file, the entities.xml file contains the values of the 'credential' attribute as "nopass" for eight <user> entries. So, when I restore it on a hosted instance these users cannot log in. Any help?

1 answer

1 vote
Bruna Griebeler
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 5, 2013

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!

Suggest an answer

Log in or Sign up to answer