You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi
Are you using either crowd or jira as an authentication directory? If so, I've seen the admin password default to the jira admin password. Especially if the directory sequence makes the crowd directory first.
After resetting the fecru admin password, I find it helpful to also disable any crowd/jira directory. Unfortunately, this has to be done in the database.
With a mysql database, while fecru is down, you can try this (requires access to your database):
update crowd_directory set active = 'F' where directory_type ='CROWD';
This should make sure that you are able to login using the built-in admin password.
Note: you should be prompted for password only, no username.
Then change the default admin password and re-enable your crowd directories.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.