10000 Support disable passkey auth by yp05327 · Pull Request #33348 · go-gitea/gitea · GitHub
[go: up one dir, main page]

Skip to content

Support disable passkey auth #33348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
yp05327 committed Jan 22, 2025
commit b2617b51e15f715025a2a1d289dcac37122df6db
2 changes: 1 addition & 1 deletion custom/conf/app.example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ LEVEL = Info
;ENABLE_BASIC_AUTHENTICATION = true
;;
;; 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.
;; If you set it to false, maybe it also needs to set ENABLE_BASIC_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
Loading
0