Project

General

Profile

« Previous | Next » 

Revision 1809

Added by Dietmar over 11 years ago

! remove login_ip after 60days set in /admin/start/index.php
! add confirm_code and confirm_timeout fields in users table in /install/save.php

View differences:

save.php
494 494
	       . ' `active` INT NOT NULL DEFAULT \'0\','
495 495
	       . ' `username` VARCHAR( 255 ) NOT NULL DEFAULT \'\' ,'
496 496
	       . ' `password` VARCHAR( 255 ) NOT NULL DEFAULT \'\' ,'
497
	       . ' `confirm_code` VARCHAR( 32 ) NOT NULL DEFAULT \'\','
498
	       . ' `confirm_timeout` INT NOT NULL DEFAULT \'0\','
497 499
	       . ' `remember_key` VARCHAR( 255 ) NOT NULL DEFAULT \'\','
498 500
	       . ' `last_reset` INT NOT NULL DEFAULT \'0\','
499 501
	       . ' `display_name` VARCHAR( 255 ) NOT NULL DEFAULT \'\' ,'

Also available in: Unified diff