aboutsummaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorGusted <williamzijl7@hotmail.com>2022-06-27 04:20:58 +0200
committerGitHub <noreply@github.com>2022-06-26 21:20:58 -0500
commit004859581148bf8f404599e143932236cb8122a5 (patch)
treeb541ef049bace3e97fd963ac51b335e85a541483 /custom
parent5d3f99c7c6d0f2c304dc13c6fa6aa675daf310cc (diff)
downloadgitea-004859581148bf8f404599e143932236cb8122a5.tar.gz
gitea-004859581148bf8f404599e143932236cb8122a5.zip
Remove U2F support (#20141)
- Completely remove U2F support from 1.18.0, 1.17.0 will be the last release that U2F is somewhat supported. Users who used U2F would already be warned about using U2F for a while now and should hopefully already be migrated. But starting 1.18 definitely remove it.
Diffstat (limited to 'custom')
-rw-r--r--custom/conf/app.example.ini14
1 files changed, 0 insertions, 14 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index 5016f29cf9..69cd3f11d2 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -477,20 +477,6 @@ ENABLE = true
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-[U2F]
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;
-;; NOTE: THE DEFAULT VALUES HERE WILL NEED TO BE CHANGED
-;; Two Factor authentication with security keys
-;; https://developers.yubico.com/U2F/App_ID.html
-;;
-;; DEPRECATED - this only applies to previously registered security keys using the U2F standard
-APP_ID = ; e.g. http://localhost:3000/
-
-
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[log]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;