Login Problem

15 years 3 months ago #82723 by Iarwa1N
Login Problem was created by Iarwa1N
After installed RC4 on my joomla 1.5.8, i had problems with login. It said wrong password or username. After some debugging i found out:

comprofiler.php on line 1567:

[code:1]$foundUser = $row->loadByUsername( stripslashes( $username ) ) && cbHashPassword( $passwd2, $row );[/code:1]

i changed this to :
[code:1]$foundUser = $row->loadByUsername( stripslashes( $username ) ) && cbHashPassword( $passwd2);[/code:1]

and now i can login without problems. I don't know what is the problem, maybe you can help me why it does not run the way it is.

and my jos_comprofiler table looks like this:
easycaptures.com/fs/uploaded/353/7617130630.png
is this normal?

Please Log in to join the conversation.

15 years 3 months ago #82724 by beat
Replied by beat on topic Re:Login Problem
Looks like a non-standard joomla installation....

thanks for the jos_comprofiler extract. And what's contained in the "password" column in jos_users table, for that user ?

(you can exchange a few letters before pasting in here for security reasons, but don't change the number of digits or special signs)

Beat - Community Builder Team Member

Before posting on forums: Read FAQ thoroughly -- Help us spend more time coding by helping others in this forum, many thanks :)
CB links: Our membership - CBSubs - Templates - Hosting - Forge - Send me a Private Message (PM) only for private/confidential info

Please Log in to join the conversation.

15 years 3 months ago #82730 by Iarwa1N
Replied by Iarwa1N on topic Re:Login Problem
this a standart joomla installation, i just upgraded from 1.5.7 to 1.5.8, that's all.

this is how it looks like in jos_users :
easycaptures.com/fs/uploaded/353/1927965896.jpg

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.207 seconds