added: IP ban mechanism (not finished yet -- we need a winix function to remove a ban)
now after some incorrent login attempts your IP can be banned or blocked
(see new config variables)
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@902 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -8,7 +8,9 @@ logged_as = logged as
|
||||
logged_as_long = You are logged as
|
||||
|
||||
display_guest_name = guest
|
||||
unknown = unknown
|
||||
|
||||
this_ip_is_banned_until = We are sorry but your IP address is banned until to:
|
||||
|
||||
account_not_activated = This account is not activated yet.
|
||||
account_suspended = This account is temporarily suspended
|
||||
@@ -300,6 +302,9 @@ locale_select = Select language
|
||||
|
||||
|
||||
login_header = Login
|
||||
login_cannot_login_from_this_ip = We are sorry but there were too many incorrect login attempts from your IP address.
|
||||
login_cannot_login_available = The login process will be available since:
|
||||
|
||||
|
||||
uptime_header = Uptime
|
||||
uptime_current_time = current time
|
||||
|
||||
Reference in New Issue
Block a user