You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will create a `config/basicauthentication.php` file in your app where you can modify the configuration if you don't want to use .env variables.
23
+
This will create a `config/basicauthentication.php` file in your app where you can modify the configuration if you don't want to use `.env` variables.
30
24
31
25
## Enable / disable plugin
32
26
33
-
By default basic authentication is disabled.
27
+
> By default basic authentication is disabled.
34
28
35
29
To enable basic authentication, you have to set the env variable to `BASIC_AUTHENTICATION_ENABLED` to `true` in your `.env` file or edit the published config file.
36
30
31
+
## A Note On FastCGI
32
+
33
+
If you are using PHP FastCGI, HTTP Basic authentication may not work correctly out of the box. The following lines should be added to your `.htaccess` file:
If you have any question about how to use this plugin, please don't hesitate to contact us at octobercms@vdlp.nl. We're happy to help you. You can also visit the support forum and drop your questions/issues there.
42
+
If you have any question about how to use this plugin, please don't hesitate to contact us at octobercms@vdlp.nl. We're happy to help you.
0 commit comments