Issue 13058: BasicAuth can now be disabled
This commit is contained in:
parent
c63a895672
commit
25636c2442
2 changed files with 5 additions and 1 deletions
|
@ -132,6 +132,10 @@ return [
|
|||
// The value has to start with the scheme and end with a "/"
|
||||
'avatar_cache_url' => '',
|
||||
|
||||
// basicauth (Boolean)
|
||||
// Controls if login via BasicAuth is possible (default is true)
|
||||
'basicauth' => true,
|
||||
|
||||
// big_emojis (Boolean)
|
||||
// Display "Emoji Only" posts in big.
|
||||
'big_emojis' => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue