Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: isot on October 12, 2006, 05:19:36 PM

Title: Login does not accept password at first attempt...
Post by: isot on October 12, 2006, 05:19:36 PM
SMF Version: SMF 1.1 RC3
Hi all,

When the members(including me) of my forum try to login into the forum with their username and password, the login page says the "Password is incorrect" even it is not. If we enter the same correct password again, we can successfully log in. This problem occurs always: Firstly reject, secondly accept! It does not also matter who the member is.

Can you please help me? :(

Thanks,
isot
Title: Re: Login does not accept password at first attempt...
Post by: Harzem on October 12, 2006, 05:39:34 PM
It should only happen when your password or member name has non-english characters in them.

This is a known bug for SMF, and hopefully will be solved for 1.1 final.

For a quick fix, open index.template.php, find:

$settings['use_default_images'] = 'never';

add after:

$context['disable_login_hashing'] = true;
Title: Re: Login does not accept password at first attempt...
Post by: isot on October 13, 2006, 05:32:56 PM
Yes, it worked! Unfortunately the login and logout processing times increased dramatically :(

Anyway, thank you.. (Allah razı olsun)