New user / password change routine fails
Posted: 14 Mar 2005, 18:01
We have got a problem with the new user procedure. The problem ist that a new user is not able to setup his password. The new user receives via e-mail the link to set password screen, but the new password is never set. The same problem occurs as well in the change password procedure.
Debugging the code we found out that the function "auth_set_cookies"
(authentication_api.php) is generating correctly the cookie. This causes that "auth_ensure_user_authenticated" (account_update.php) fails processing the cookie and the application shows the wrong password screen.
The procedure worked well in a local environment with Windows 2000, Apache 2.0.49, MySQL 4.0.16 and PHP 4.39. Once moved the environment to our ISP the error occurred. The environment the our ISP is the next: GNU/Linux, Zeus Web Server 4.1, PHP Version 4.3.8, MySQL 4.0.21.
Somebody knows about that?
Debugging the code we found out that the function "auth_set_cookies"
(authentication_api.php) is generating correctly the cookie. This causes that "auth_ensure_user_authenticated" (account_update.php) fails processing the cookie and the application shows the wrong password screen.
The procedure worked well in a local environment with Windows 2000, Apache 2.0.49, MySQL 4.0.16 and PHP 4.39. Once moved the environment to our ISP the error occurred. The environment the our ISP is the next: GNU/Linux, Zeus Web Server 4.1, PHP Version 4.3.8, MySQL 4.0.21.
Somebody knows about that?