We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In cheat sheet page(https://docs.gitea.com/administration/config-cheat-sheet), there is such description:
ENABLE_OPENID_SIGNIN: false: Allow authentication in via OpenID.
But in example app.ini (https://github.com/go-gitea/gitea/blob/main/custom/conf/app.example.ini), the description about OpenID is:
;; Whether to allow signin in via OpenID ;ENABLE_OPENID_SIGNIN = true
And with Gitea 1.21.3, "Enable OpenID Sign-In" is enabled by default on installation page.
These descriptions should be aligned.
1.21.3
No
No response
in Linux container
SQLite
The text was updated successfully, but these errors were encountered:
Fix the wrong default value of ENABLE_OPENID_SIGNIN on docs (#29925)
02bbdd4
Fix #29923
Fix the wrong default value of ENABLE_OPENID_SIGNIN on docs (go-gitea…
59708f8
…#29925) Fix go-gitea#29923
Fix the wrong default value of ENABLE_OPENID_SIGNIN on docs (#29925) (#…
eb302de
…29927) Backport #29925 by @lunny Fix #29923 Co-authored-by: Lunny Xiao <[email protected]>
Successfully merging a pull request may close this issue.
Description
In cheat sheet page(https://docs.gitea.com/administration/config-cheat-sheet), there is such description:
ENABLE_OPENID_SIGNIN: false: Allow authentication in via OpenID.
But in example app.ini (https://github.com/go-gitea/gitea/blob/main/custom/conf/app.example.ini), the description about OpenID is:
;; Whether to allow signin in via OpenID
;ENABLE_OPENID_SIGNIN = true
And with Gitea 1.21.3, "Enable OpenID Sign-In" is enabled by default on installation page.
These descriptions should be aligned.
Gitea Version
1.21.3
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
in Linux container
Database
SQLite
The text was updated successfully, but these errors were encountered: