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.