DOCUMENTATION
For EMS Web UI documentation, please check:
http://docs.evostream.com/ems_web_ui_user_guide/table_of_contents

--------------------------------------------------------------------------
WEB UI LOGIN AUTHENTICATION: INSTRUCTIONS

1. If you are using the EWS:

Enable login authentication on the webconfig.lua found on the config folder of EMS.
Uncomment the configuration:

auth=
{
   {
      domain="EMS_Web_UI", 
      digestFile="../evo-webroot/EMS_Web_UI/settings/passwords/.htdigest", --relative path to digest file
      enable=true,
   },
},


2. If you are using other Web Servers:

Enable login authentication by changing ENABLE_LOGIN to TRUE
Go to: settings > accounts_setting.php > change ENABLE_LOGIN to TRUE


---------------------------------------------------------
WEB UI LOGIN AUTHENTICATION: DEFAULT ACCOUNT INFORMATION

Admininstrator Account:
Username:
evostream
Password:
password

