Browse Source

! Needs to make up my mind, its just a name :P, inconsistency in the prevent remind pw setting

Signed-off-by: Spuds <[email protected]>
Spuds 12 years ago
parent
commit
cb1e14a91b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/Security.php

+ 1 - 1
Sources/Security.php

@@ -1101,7 +1101,7 @@ function spamProtection($error_type)
 	$timeOverrides = array(
 		'login' => 2,
 		'register' => 2,
-		'loginremind' => 30,
+		'remind' => 30,
 		'sendtopic' => $modSettings['spamWaitTime'] * 4,
 		'sendmail' => $modSettings['spamWaitTime'] * 5,
 		'reporttm' => $modSettings['spamWaitTime'] * 4,