Added user_group_two to User Modify screen in admin.php
git-svn-id: svn://192.168.202.10@3602 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -693,7 +693,8 @@ mobile_number VARCHAR(20) default '',
|
||||
two_factor_override ENUM('NOT_ACTIVE','ENABLED','DISABLED') default 'NOT_ACTIVE',
|
||||
manual_dial_filter VARCHAR(50) default 'DISABLED',
|
||||
user_location VARCHAR(100) default '',
|
||||
download_invalid_files ENUM('0','1') default '0'
|
||||
download_invalid_files ENUM('0','1') default '0',
|
||||
user_group_two VARCHAR(20) default ''
|
||||
) ENGINE=MyISAM;
|
||||
|
||||
CREATE UNIQUE INDEX user ON vicidial_users (user);
|
||||
@@ -5083,4 +5084,4 @@ INSERT INTO vicidial_settings_containers(container_id,container_notes,container_
|
||||
|
||||
UPDATE system_settings set vdc_agent_api_active='1';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1660',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
UPDATE system_settings SET db_schema_version='1661',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
|
||||
@@ -1930,3 +1930,7 @@ UPDATE system_settings SET db_schema_version='1659',db_schema_update_date=NOW()
|
||||
ALTER TABLE vicidial_campaigns ADD script_tab_frame_size VARCHAR(10) default 'DEFAULT';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1660',db_schema_update_date=NOW() where db_schema_version < 1660;
|
||||
|
||||
ALTER TABLE vicidial_users ADD user_group_two VARCHAR(20) default '';
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1661',db_schema_update_date=NOW() where db_schema_version < 1661;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
# version: 20220508100901
|
||||
# version: 20220513083301
|
||||
users-user User ID <QXZ>This field is where you put the users ID number, can be up to 8 digits in length, Must be at least 2 characters in length.</QXZ>
|
||||
users-pass Password <QXZ>This field is where you put the users password. Must be at least 2 characters in length. Only letters and numbers are allowed in user passwords. A medium strength user password will be at least 10 characters in length, and a strong user password will be at least 20 characters in length and have letters as well as at least one number. It is recommended that you use a longer password if possible, stringing together several unrelated words with no spaces, and a number somewhere in the string. The maximum size of a password is 100 characters.</QXZ>
|
||||
users-force_change_password Force Change Password <QXZ>If this option is set to Y then the user will be prompted to change their password the next time they log in to the administration webpage or the agent screen. Default is N.</QXZ>
|
||||
@@ -12,6 +12,7 @@ users-active Active <QXZ>This field defines whether the user is active in the sy
|
||||
users-voicemail_id Voicemail ID <QXZ>This is the voicemail box that calls will be directed to in an AGENTDIRECT in-group at the drop time if the in-group has the drop method set to VOICEMAIL and the Voicemail field set to AGENTVMAIL.</QXZ>
|
||||
users-optional User Code and Territory <QXZ>These are optional fields.</QXZ>
|
||||
users-user_location User Location <QXZ>This menu allows you to choose the location for this user. This location can be used by some reports in the system. The options for this menu are defined in the USER_LOCATIONS_SYSTEM Settings Container in the Admin - Settings Containers web admin page. The format for this container is -location|description- without the dashes. Locations and their Descriptions must each be less than 100 characters in length. default is -blank-.</QXZ>
|
||||
users-user_group_two VERM Secondary User Group <QXZ>Optional secondary User Group designation only used by the VERM reporting module. Setting this to a User Group will not affect admin or agent operations or permissions in any way, it is only for specific reporting functions within specific reports. Default is -blank- for undefined.</QXZ>
|
||||
users-email Email <QXZ>This field can be used by some scripts and functions, like dispo_send_email.php and two-factor-authentication, referenced by the --A--agent_email--B-- variable.</QXZ>
|
||||
users-mobile_number Mobile Number <QXZ>This field can be used by two-factor-authentication, if your system is configured for it.</QXZ>
|
||||
users-user_nickname User Nickname <QXZ>Optional alternative name used for agent when chatting with customers in the customer website chat feature. Only used if populated.</QXZ>
|
||||
|
||||
Reference in New Issue
Block a user