mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 10:13:00 +02:00
Fix bug 451: Auto login does not work properly
svn merge r1492:1493 from trunk svn merge r1510:1511 from trunk svn merge r1521:1522 from trunk svn merge r1523:1524 from trunk svn merge r1525:1526 from trunk auto_login key add to users table: - add update script - update upgrade_1.5.0.php script (related to svn:1553) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1554 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -468,4 +468,9 @@ ALTER TABLE '.PREFIX_TABLE.'users
|
||||
}
|
||||
}
|
||||
|
||||
$query = '
|
||||
ALTER TABLE '.PREFIX_TABLE.'users
|
||||
ADD auto_login_key varchar(64) NOT NULL
|
||||
;';
|
||||
pwg_query($query);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user