Added "Agent Screen Logout Link Credentials" System Setting to change the agent screen logout page login link to not include user credentials.

git-svn-id: svn://192.168.202.10@3016 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2018-08-07 21:19:17 +00:00
parent 5e9647477c
commit 34c19d86ae
6 changed files with 48 additions and 11 deletions
+4
View File
@@ -695,3 +695,7 @@ ALTER TABLE vicidial_inbound_groups ADD cid_cb_reenter_filename TEXT;
ALTER TABLE vicidial_inbound_groups ADD cid_cb_error_filename TEXT;
UPDATE system_settings SET db_schema_version='1550',db_schema_update_date=NOW() where db_schema_version < 1550;
ALTER TABLE system_settings ADD agent_logout_link ENUM('0','1','2','3','4') default '1';
UPDATE system_settings SET db_schema_version='1551',db_schema_update_date=NOW() where db_schema_version < 1551;