This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/models/login
Kamil Domański 021df29623
Allow U2F 2FA without TOTP (#11573)
This change enables the usage of U2F without being forced to enroll an TOTP authenticator.
The `/user/auth/u2f` has been changed to hide the "use TOTP instead" bar if TOTP is not enrolled.

Fixes #5410
Fixes #17495
2021-11-08 23:47:19 +01:00
..
main_test.go
oauth2.go
oauth2_application.go
oauth2_application_test.go
session.go
source.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
source_test.go
twofactor.go Allow U2F 2FA without TOTP (#11573) 2021-11-08 23:47:19 +01:00
u2f.go Allow U2F 2FA without TOTP (#11573) 2021-11-08 23:47:19 +01:00
u2f_test.go Allow U2F 2FA without TOTP (#11573) 2021-11-08 23:47:19 +01:00