|
@@ -145,7 +145,7 @@ |
|
|
block discarded – undo |
|
145
|
145
|
$session = Session::getSessionFromRequest(); |
|
146
|
146
|
$lastSecondFactor = $session->getData("DateTime", 'LastSuccessfulSecondFactor'); |
|
147
|
147
|
if // do we need to do secondFactor in interval, or even every time? |
|
148
|
|
- // we skip only if an interval is configured AND we did successfully authenticate, AND are within the interval |
|
|
148
|
+ // we skip only if an interval is configured AND we did successfully authenticate, AND are within the interval |
|
149
|
149
|
( |
|
150
|
150
|
$this->SecondFactorMaxAge >= 0 && // |
|
151
|
151
|
( |
Please login to merge, or discard this patch.