GX-Bug #55253
Von Ronald Loyko vor mehr als 5 Jahren aktualisiert
Die Datei login_admin.php muss editiert werden und den 2FA-Code abfragen, damit der Login auch mit einem offline geschalteten Shop funktioniert
---
**DEVELOPER**
**Objective:**
Implement the two-factor-authentication (2FA) into the login prompt when the shop is switched offline.
**Solution:**
- Show the 2FA token prompt in `login_admin.php`
- Use the 2FA service to validate entered token
*Note: Get some inspiration from `GXModules/Gambio/TwoFactorAuth/Shop/Classes/Controllers/TwoFactorAuthLoginController.inc.php`*