0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
sugarcrm
/
6.5.16-25
/
standard
/
scripts
/
[
Home
]
File: user_remove.mysql
DELETE FROM `users` WHERE `user_name` = '@@USER_LOGIN@@'; DELETE FROM `email_addresses` WHERE (`id`=MD5('@@USER_LOGIN@@@@USER_EMAIL@@') OR `id`=MD5('@@USER_EMAIL@@')) AND `email_address`='@@USER_EMAIL@@'; DELETE FROM `email_addr_bean_rel` WHERE `id`=MD5('@@USER_LOGIN@@@@USER_EMAIL@@');