mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 20:24:08 +02:00
Make captchas stricter by oly having one entry per session; fix a bug in ucp_register that caused three captcha instances to be generated. Non-MySQL databases and garbage collecting needs extensive testing.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9626 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -683,6 +683,11 @@ function database_update_info()
|
||||
|
||||
// Changes from 3.0.5
|
||||
'3.0.5' => array(
|
||||
'add_columns' => array(
|
||||
CONFIRM_TABLE => array(
|
||||
'attempts' => array('UINT', 0),
|
||||
),
|
||||
),
|
||||
'add_index' => array(
|
||||
LOG_TABLE => array(
|
||||
'log_time' => array('log_time'),
|
||||
|
Reference in New Issue
Block a user