1
0
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:
Paul S. Owen
2001-12-14 16:32:33 +00:00
parent 35dc396395
commit a552d5b7d5
6 changed files with 8 additions and 11 deletions

View File

@@ -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 ,