×
Menu

3.7. Adding Users in Bulk

 
'add', 'MYCFGNAME', USERNAME, USERPWD, user@email.com
 
You will need to run a SQL Query to update the users on the ChronoScan database. This is a sample command for adding a single user:
 
INSERT
                INTO chronosys_External_UserLink_Actions
                                (action, userlinkcfg, userName, password, email)
                VALUES
                                ('add', 'MYCFGNAME','NEWUSERNAME', 'USERPWD', 'user@email.com')