2FA for multi-tenancy portal
Original Question or Issue:
Is it possible to enable 2FA for the FileCloud superadmin portal?
Environment:
- Product - FileCloud Server
- Version - Any
- Platform - Any
Steps to Reproduce:
FileCloud Multi-tenant deployment.
Error or Log Message:
Defect or Enhancement Number:
Cause:
Configure 2FA for the Superadmin portal.
Resolution or Workaround:
Open "multi.php" (In Linux it is at /var/www/config/ and in Windows it is typically at c:\xampp\htdocs\config)Add the lines:
define ("TONIDOCLOUD_SUPER_ADMIN_EMAIL_ID", "email@company.com");
define ("TONIDOCLOUD_ENABLE_SUPER_ADMIN_2FA","1");
Notes:
If the lines are commented "//", please remove the double slash symbol at the beginning of the line and save the changes.