4images Forum & Community

4images Help / Hilfe => Bug Fixes & Patches => Topic started by: kai on June 15, 2011, 05:11:29 PM

Title: [1.7.10] Fix for Auto-Login
Post by: kai on June 15, 2011, 05:11:29 PM
If the auto-login is not working on your 1.7.10 installation of 4images please use this fix:

in includes/session.php

find

$this->set_cookie_data("userpass", $this->user_info['user_password']);

and replace with

$this->set_cookie_data("userpass", md5($this->user_info['user_password']));