forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: Makc666 on November 27, 2005, 02:59:07 pm

Title: english.php > Duration of a temporary ban after failed logins
Post by: Makc666 on November 27, 2005, 02:59:07 pm
There is code:
Code: [Select]
  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:
Code: [Select]
  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:
Quote
This 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.