This commit is contained in:
Milos Stojanovic
2020-10-26 08:47:51 +01:00
parent 86e582efb8
commit ccd935d001

View File

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