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
Move session delete $this->getRequest()->getSession()->delete(AuthenticationService::TWO_FACTOR_VERIFY_SESSION_KEY);
from LoginTrait::login to OneTimePasswordVerifyTrait
On verification page instead of redirecting to login after invalid code submit we should ask the code again
The text was updated successfully, but these errors were encountered:
This is related to #988 and more items.
$this->getRequest()->getSession()->delete(AuthenticationService::TWO_FACTOR_VERIFY_SESSION_KEY);
from LoginTrait::login to OneTimePasswordVerifyTrait
The text was updated successfully, but these errors were encountered: