Enabling Basic Authentication
FileCloud supports enabling basic authentication for users through a policy setting.
To enable basic authentication:
- Add the setting for basic configuration to cloudconfig.php:
- Open cloudconfig.php.
- Windows Location : C:\xampp\htdocs\config\cloudconfig.php
- Linux Location : /var/www/html/config/cloudconfig.php
Add the following and save:
define("TONIDOCLOUD_ENABLE_BASIC_AUTHENTICATION",1);
- Open cloudconfig.php.
- In the Admin portal, navigate to Settings > Policies.
- Open an existing policy for edit, or create a new policy and open it for edit.
- Scroll to the bottom of the policy's General tab.
- Set Enable Basic Authentication to Enable.
- Click Save.
- To enable specific users to use basic authentication, assign the policy to them.