Improved lost passphrase security
This commit is contained in:
parent
1023242325
commit
5b9339da60
1 changed files with 2 additions and 2 deletions
|
@ -63,10 +63,10 @@
|
|||
break;
|
||||
}
|
||||
|
||||
if($i > 1)
|
||||
if($i > 2)
|
||||
{
|
||||
|
||||
$_SESSION['lostpw']['total'] = $i;
|
||||
$_SESSION['lostpw']['total'] = count($num2);
|
||||
|
||||
foreach($num2 as $num)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue