diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 583fa461febae..c052ac51473d5 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -790,8 +790,8 @@ LEVEL = Info ;; Please note that setting this to false will not disable OAuth Basic or Basic authentication using a token ;ENABLE_BASIC_AUTHENTICATION = true ;; -;; Show the password sign-in form (for password-based login), otherwise, only show OAuth2 login methods. -;; 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. +;; Show the password sign-in form (for password-based login), otherwise, only show OAuth2 login methods and passkey login link. +;; 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. ;ENABLE_PASSWORD_SIGNIN_FORM = true ;; ;; This setting enables gitea to be signed in with a passkey