From ccd935d001e0e6eba5274a1bbf9d2f8afbc7d2a2 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Mon, 26 Oct 2020 08:47:51 +0100 Subject: [PATCH] docs fix --- docs/configuration/auth.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/configuration/auth.md b/docs/configuration/auth.md index f06843a..bedb3bf 100644 --- a/docs/configuration/auth.md +++ b/docs/configuration/auth.md @@ -110,19 +110,6 @@ Replace your current Auth handler in `configuration.php` file like this: ], ], ``` -Adjust in the config above: -- `wp_dir` should be the directory path of your wordpress installation -- `permissions` is the array of permissions given to each user -- `private_repos` each user will have its own sub folder, admin will see everything (false/true) - -Note: With more recent versions of FileGator you can set `guest_redirection` in your `configuration.php` to redirect logged-out users back to your WP site: -``` -'frontend_config' => [ - ... - 'guest_redirection' => 'http://example.com/wp-admin/', - ... -] -``` ## Custom Authentication using 3rd party