mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Removed autologin_key + fixed bug #471878
git-svn-id: file:///svn/phpbb/trunk@1571 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -311,7 +311,6 @@ CREATE TABLE [phpbb_users] (
|
||||
[user_active] [smallint] NULL ,
|
||||
[username] [varchar] (25) NOT NULL ,
|
||||
[user_password] [varchar] (32) NOT NULL ,
|
||||
[user_autologin_key] [varchar] (32) NULL ,
|
||||
[user_session_time] [int] NOT NULL ,
|
||||
[user_session_page] [smallint] NOT NULL ,
|
||||
[user_lastvisit] [int] NOT NULL ,
|
||||
|
Reference in New Issue
Block a user