I need to find a way to reset the admin password for the admin console without losing the config or anything like that.
While I don’t have a login for the admin console, I DO have a login for the OpenFire database so I may be able to do this via a quick SQL query…can somebody please assist?
If the password is not encrypted, then you can simply read it from the **ofuser **table. If it is, then you should be able to simply delete the encrypted one and add a plain text one instead. These two password fields are simply two separate columns in the database.
WARNING: I have never actually tried this, so I can’t guarentee it will work, but since you don’t have the password anyway, you don’t have much to lose.