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
When activating 2FA in DB, Token window appears but login do not proceed.
I'm aware that UI will not be activated for an undefined time because of cluster implementation, and that this discussion will not be done for now: #477
But being able to activate on purpose based on actual code and only in DB given the fact that any member in the cluster could have the same twofa_secret thanks to manual setup would be very appreciated.
👟 Reproduction steps
docker exec -it dockge bash
sqlite3 data/dockge.db
UPDATE user SET twofa_secret = 'SECRET_REDACTED', twofa_status = 1 WHERE id=1;
🛡️ Security Policy
Description
When activating 2FA in DB, Token window appears but login do not proceed.
I'm aware that UI will not be activated for an undefined time because of cluster implementation, and that this discussion will not be done for now: #477
But being able to activate on purpose based on actual code and only in DB given the fact that any member in the cluster could have the same twofa_secret thanks to manual setup would be very appreciated.
👟 Reproduction steps
👀 Expected behavior
Just activate underlying code:
dockge/common/util-common.ts
Line 157 in 0190620
As done with Uptime: louislam/uptime-kuma#640
😓 Actual Behavior
Login freeze
Dockge Version
1.4.2
💻 Operating System and Arch
Ubuntu 22.04.2 LTS x64
🌐 Browser
Chromium Version 131.0.6778.139 (Official Build) snap (64-bit)
🐋 Docker Version
Docker version 24.0.2, build cb74dfc
🟩 NodeJS Version
No response
📝 Relevant log output
No response
The text was updated successfully, but these errors were encountered: