You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Controller/AuthProcess.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ public function main(Request $request): Response
155
155
* the lower security level. (level upgrades are of course OK.)
156
156
*/
157
157
if ($oneToken[5] > $authObject->getPresenceLevel()) {
158
-
thrownewException("Token was initially registered with higher identification guarantees than now authenticated with!");
158
+
thrownewException("Token was initially registered with higher identification guarantees than now authenticated with (was: ".$oneToken[5]." now ".$authObject->getPresenceLevel()."!");
0 commit comments