english.php > Duration of a temporary ban after failed logins english.php > Duration of a temporary ban after failed logins
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

english.php > Duration of a temporary ban after failed logins

Started by Makc666, November 27, 2005, 02:59:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Makc666

There is code:
  array('Duration of a temporary ban after failed logins', 'login_expiry', 0, 'f=index.htm&as=admin_user_login_start&ae=admin_user_login_end'), //cpg1.4

I think it is better to add discription that duration of ban is in minutes as the same for some other fields, like this:
  array('Duration of a temporary ban after failed logins (in minutes)', 'login_expiry', 0, 'f=index.htm&as=admin_user_login_start&ae=admin_user_login_end'), //cpg1.4

P.S. I know that there is help icon for this line, and that there is description there:
QuoteThis value specifies the duration of the temporary ban (in minutes) after the number of failed log-in attempts specified with Number of failed login attempts until temporary ban.

But it will be better for translation purposes. So people in other languages could see description in there native language!

Thanks.