[rt-users] All password / username combinations invalid after upgrade to 3.4.1
Graham Dunn
graham.dunn at leitch.com
Sun Mar 6 18:50:18 EST 2005
Following up with more info:
Graham Dunn wrote:
> rt.log shows:
>
> [Sun Mar 6 21:34:14 2005] [error]: FAILED LOGIN for root from
> 10.10.0.12 (/usr/local/rt3/share/html/autohandler:191)
[snip]
RT 3.4.1 under freebsd 4.8, perl 5.8.5, apache 1.3.31 / mod_perl 1.2.9
DBIx::SearchBuilder 1.15
mysql Ver 12.22 Distrib 4.0.21, for portbld-freebsd4.8 (i386)
Inserting
if (!$session{'CurrentUser'}->IsPassword($pass)) {
$RT::Logger->error("pass $pass was bad:$!");
}
into autohandler
prints
[Sun Mar 6 23:41:45 2005] [error]: pass password was bad:
(/usr/local/rt3/share/html/autohandler:191)
in the logs. Again, this is using root/password, the hash in Users
matches the value given in the wiki, so there's something going wrong in
IsPassword.
Not sure where to go from here.
Graham
More information about the rt-users
mailing list