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
Copy file name to clipboardExpand all lines: custom/conf/app.example.ini
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -791,9 +791,12 @@ LEVEL = Info
791
791
;ENABLE_BASIC_AUTHENTICATION = true
792
792
;;
793
793
;; Show the password sign-in form (for password-based login), otherwise, only show OAuth2 login methods.
794
-
;; If you set it to false, maybe it also needs to set ENABLE_BASIC_AUTHENTICATION to false to completely disable password-based authentication.
794
+
;; If you set it to false, maybe it also needs to set ENABLE_BASIC_AUTHENTICATION and ENABLE_PASSKEY_AUTHENTICATION to false to completely disable password-based authentication.
795
795
;ENABLE_PASSWORD_SIGNIN_FORM = true
796
796
;;
797
+
;; This setting enables gitea to be signed in with a passkey
798
+
;ENABLE_PASSKEY_AUTHENTICATION = true
799
+
;;
797
800
;; More detail: https://github.com/gogits/gogs/issues/165
798
801
;ENABLE_REVERSE_PROXY_AUTHENTICATION = false
799
802
; Enable this to allow reverse proxy authentication for API requests, the reverse proxy is responsible for ensuring that no CSRF is possible.
0 commit comments