I find the following guide useful when we need to bulk change JIRA user passwords.
But I'm looking for a way to set the password to something else other than 'sphere'. How can we do it?
The easiest way, without code/reverse engineering is:
1. Pick a user account
2. Set its password to the password you want
3. Read the database for the hash that's now in there
4. Change the password on your account if that's the account you used.
Initially I thought it won't work because when user logs in with 'sphere' for the first time, JIRA internally changes this hash. And this hash becomes different per each user although it's the same password 'sphere'.
Anyhow it works. :)
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.