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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -790,8 +790,8 @@ LEVEL = Info
790
790
;; Please note that setting this to false will not disable OAuth Basic or Basic authentication using a token
791
791
;ENABLE_BASIC_AUTHENTICATION = true
792
792
;;
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 and ENABLE_PASSKEY_AUTHENTICATION to false to completely disable password-based authentication.
793
+
;; Show the password sign-in form (for password-based login), otherwise, only show OAuth2 login methods and passkey login link.
794
+
;; If you set it to false, maybe it also needs to set ENABLE_BASIC_AUTHENTICATION or ENABLE_PASSKEY_AUTHENTICATION to false to completely disable password-based authentication.
795
795
;ENABLE_PASSWORD_SIGNIN_FORM = true
796
796
;;
797
797
;; This setting enables gitea to be signed in with a passkey
0 commit comments