Aktionen
GX-Bug #63538
geschlossenZwei-Faktor-Authentifizierung funktioniert nicht, wenn Shop offline ist / Two Factor Authentication doesn't work when the shop is offline
Status:
Erledigt
Priorität:
Dringend
Zugewiesen an:
Mirko Janssen
Kategorie:
Adminbereich
Zielversion:
% erledigt:
100%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
3.13.3.0
Release Notes Langtext:
Die zwei-Faktor-Authentifizierung funktioniert wieder, wenn der Shop offline ist
Beschreibung
Preconditions: have a mobile device with Google Authenticator ready (our 'daily-tablet' has it)
- Go to modules > module-center
- install Two Factor Authentication
- edit Two Factor Authentication, link the google authenticator to your shop via the qr-code
- go to layout /design > shop online/offline, switsch your shop t offline
- try to sign in via login_admin.php (or your 'shop is offline'-site)
- expected result: login with 2 factor authentication is possible via the login_admin.php
- actual result: after entering the authentication code you get redirected to the shop-offline-site, login not possible
additional info: to get your now broken shop back online open your database and make this sql-query:
update `gm_configuration` set gm_value = 0 where gm_key = "MODULE_CENTER_TWOFACTORAUTH_INSTALLED"
Zugehörige Tickets
Aktionen