0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
sugarcrm
/
6.5.16-25
/
standard
/
scripts
/
[
Home
]
File: user_install.mysql
INSERT INTO `users` SET `id` = MD5('@@USER_LOGIN@@'), `user_name` = '@@USER_LOGIN@@', `user_hash` = '@@USER_PASSWORD@@', `system_generated_password` = 0, `first_name` = '@@FIRST_NAME@@', `last_name` = '@@LAST_NAME@@', `description` = '@@DESCRIPTION@@', `title` = '@@TITLE@@', `date_entered` = NOW(), `date_modified` = NOW(), `modified_user_id` = MD5('@@USER_LOGIN@@'), `created_by` = '', `department` = '@@DEPARTMENT@@', `phone_home` = '@@PHONE_HOME@@', `phone_mobile` = '@@PHONE_MOBILE@@', `phone_work` = '@@PHONE_WORK@@', `phone_fax` = '@@PHONE_FAX@@', `address_street` = '@@ADDRESS_STREET@@', `address_city` = '@@ADDRESS_CITY@@', `address_state` = '@@ADDRESS_STATE@@', `address_country` = '@@ADDRESS_COUNTRY@@', `address_postalcode` = '@@ADDRESS_POSTALCODE@@', `deleted` = 0, `status` = '@@USER_STATUS@@', `employee_status` = 'Active', `reports_to_id` = '', `is_group` = 0; INSERT INTO `email_addresses` SET `id` = MD5('@@USER_LOGIN@@@@USER_EMAIL@@'), `email_address` = '@@USER_EMAIL@@', `email_address_caps` = UPPER(TRIM('@@USER_EMAIL@@')), `date_created` = NOW(), `date_modified` = NOW(); INSERT INTO `email_addr_bean_rel` SET `id` = MD5('@@USER_LOGIN@@@@USER_EMAIL@@'), `email_address_id` = MD5('@@USER_LOGIN@@@@USER_EMAIL@@'), `bean_id` = MD5('@@USER_LOGIN@@'), `bean_module` = 'Users', `primary_address` = 1, `reply_to_address` = 0, `date_created` = NOW(), `date_modified` = NOW();