Force PLA to not allow guests viewing the site, and thus requiring a login.
This should close #288
This commit is contained in:
@@ -31,6 +31,18 @@ return [
|
||||
],
|
||||
*/
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Allow Guest
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This will determine whether a user can connect to PLA and show the tree
|
||||
| before they have logged in.
|
||||
|
|
||||
*/
|
||||
|
||||
'allow_guest' => env('LDAP_ALLOW_GUEST',FALSE),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Custom Date Format
|
||||
|
Reference in New Issue
Block a user