mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +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:
@@ -983,6 +983,7 @@ function get_schema_struct()
|
||||
'confirm_type' => array('TINT:3', 0),
|
||||
'code' => array('VCHAR:8', ''),
|
||||
'seed' => array('UINT:10', 0),
|
||||
'attempts' => array('UINT', 0),
|
||||
),
|
||||
'PRIMARY_KEY' => array('session_id', 'confirm_id'),
|
||||
'KEYS' => array(
|
||||
|
Reference in New Issue
Block a user