I have unfortunately modified the root user password in the DB, however, when I try to login using root and the password I defined, I am still getting incorrect user/password.
The standard logs (/var/log/httpd and /var/log/messages) only provide me with [503478] FAILED LOGIN for root from XXX.XXX.XXX.XXX
I have set #$WebSecureCookies to unsecure as I am logging through HTTP instead of HTTPS.
The password is hashed when its saved to the database, so “YourNewPasswordHere” should be the hashed value. You can use sbin/rt-passwd to set a users password
sbin/rt-passwd --help
rt-passwd username
rt-passwd user_id
rt-passwd will set the password of an RT user to the value the user
enters at the prompt.
Options:
--help
Print this documentation and exit.