Changeset 1493 for trunk/install


Ignore:
Timestamp:
Jul 23, 2006, 5:25:49 PM (18 years ago)
Author:
nikrou
Message:

bug 451 fixed: problem with auto login

  • add an auto_login_key in users_table
  • $confsession_length is no more useful

and sessions length will be 0 (until browser closed)

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/phpwebgallery_structure.sql

    r1312 r1493  
    1 -- MySQL dump 9.11
     11-- MySQL dump 9.11
    22--
    33-- Host: localhost    Database: pwg-bsf
     
    346346  `password` varchar(32) default NULL,
    347347  `mail_address` varchar(255) default NULL,
     348  `auto_login_key` varchar(64) default NULL,
    348349  PRIMARY KEY  (`id`),
    349350  UNIQUE KEY `users_ui1` (`username`)
Note: See TracChangeset for help on using the changeset viewer.