diff options
author | 6543 <6543@obermui.de> | 2020-01-18 00:34:56 +0100 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2020-01-17 18:34:55 -0500 |
commit | fec1095f1729fefa8c0feca8cad8e8e81591d348 (patch) | |
tree | 20e7b24fe9e87b5cdddf1dad59049806b31ef735 /docs | |
parent | 6140325e981004ab5782cb2e4d877cc9c7980ec3 (diff) | |
download | gitea-fec1095f1729fefa8c0feca8cad8e8e81591d348.tar.gz gitea-fec1095f1729fefa8c0feca8cad8e8e81591d348.zip |
[Docs] add usefull info to REQUIRE_SIGNIN_VIEW (#9848)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index ea17096ea5..2cce34bd89 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -309,7 +309,7 @@ relation to port exhaustion. - `REQUIRE_EXTERNAL_REGISTRATION_PASSWORD`: **false**: Enable this to force externally created accounts (via GitHub, OpenID Connect, etc) to create a password. Warning: enabling this will decrease security, so you should only enable it if you know what you're doing. -- `REQUIRE_SIGNIN_VIEW`: **false**: Enable this to force users to log in to view any page. +- `REQUIRE_SIGNIN_VIEW`: **false**: Enable this to force users to log in to view any page or to use API. - `ENABLE_NOTIFY_MAIL`: **false**: Enable this to send e-mail to watchers of a repository when something happens, like creating issues. Requires `Mailer` to be enabled. - `ENABLE_BASIC_AUTHENTICATION`: **true**: Disable this to disallow authenticaton using HTTP |