mirror of
https://github.com/vrana/adminer.git
synced 2025-08-25 15:31:15 +02:00
Prevent against brute force login attempts from the same IP address
This commit is contained in:
@@ -11,6 +11,7 @@ $translations = array(
|
||||
'Logged as: %s' => 'xx',
|
||||
'Logout successful.' => 'xx',
|
||||
'Invalid credentials.' => 'xx',
|
||||
'Too many unsuccessful logins, try again in %d minute(s).' => array('xx', 'xx'),
|
||||
'Master password expired. <a href="http://www.adminer.org/en/extension/" target="_blank">Implement</a> %s method to make it permanent.' => 'xx',
|
||||
'Language' => 'xx',
|
||||
'Invalid CSRF token. Send the form again.' => 'xx',
|
||||
|
Reference in New Issue
Block a user