Force PLA to not allow guests viewing the site, and thus requiring a login.

This should close #288
This commit is contained in:
2025-02-26 17:19:23 +11:00
parent f20d9891f2
commit 0684424328
8 changed files with 74 additions and 52 deletions

View File

@@ -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