Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
yp05327 committed Jan 22, 2025
1 parent a42885b commit c1eecfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom/conf/app.example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1eecfc

Please sign in to comment.