-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that case #18897
Conversation
we should seperate twofactor auth and TOTP things!!! at the moment TOTP is referenced as twofactor in the code a lot ... but it's just one of two auth sources who are for 2fa !!! |
Codecov Report
@@ Coverage Diff @@
## main #18897 +/- ##
=======================================
Coverage ? 46.62%
=======================================
Files ? 854
Lines ? 122585
Branches ? 0
=======================================
Hits ? 57154
Misses ? 58533
Partials ? 6898
Continue to review full report at Codecov.
|
🚀 |
-> #18964 |
* giteaofficial/main: Send 404 on `/{org}.gpg` (go-gitea#18959) Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that case (go-gitea#18897) Fix lfs management setting (go-gitea#18946) Fix admin user list pagination (go-gitea#18957)
as title