CC-2789: Prevent brue-force password guessing attacks
- add recaptcha on login page
This commit is contained in:
parent
e6f7640c90
commit
f25304bcb7
20 changed files with 2083 additions and 58 deletions
|
@ -127,4 +127,11 @@ return array (
|
|||
'BaseCcStreamSettingPeer' => 'airtime/om/BaseCcStreamSettingPeer.php',
|
||||
'BaseCcStreamSetting' => 'airtime/om/BaseCcStreamSetting.php',
|
||||
'BaseCcStreamSettingQuery' => 'airtime/om/BaseCcStreamSettingQuery.php',
|
||||
'CcLoginAttemptsTableMap' => 'airtime/map/CcLoginAttemptsTableMap.php',
|
||||
'CcLoginAttemptsPeer' => 'airtime/CcLoginAttemptsPeer.php',
|
||||
'CcLoginAttempts' => 'airtime/CcLoginAttempts.php',
|
||||
'CcLoginAttemptsQuery' => 'airtime/CcLoginAttemptsQuery.php',
|
||||
'BaseCcLoginAttemptsPeer' => 'airtime/om/BaseCcLoginAttemptsPeer.php',
|
||||
'BaseCcLoginAttempts' => 'airtime/om/BaseCcLoginAttempts.php',
|
||||
'BaseCcLoginAttemptsQuery' => 'airtime/om/BaseCcLoginAttemptsQuery.php',
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue