Add an "always authenticate" setting

This commit is contained in:
Nico Stapelbroek
2018-01-27 21:27:53 +01:00
parent 7abdbe8e38
commit 239f953e36
4 changed files with 33 additions and 2 deletions

View File

@@ -177,8 +177,10 @@ return [
'incident-date-format' => 'Incident timestamp format',
],
'security' => [
'allowed-domains' => 'Allowed domains',
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
'allowed-domains' => 'Allowed domains',
'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.',
'always-authenticate' => 'Always authenticate',
'always-authenticate-help' => 'Require login to view any Cachet page',
],
'stylesheet' => [
'custom-css' => 'Custom Stylesheet',