(1,'2019-09-13 17:14:39.457923','superuser@tirsolutions.com','2019-09-13 17:14:39.457923','superuser@tirsolutions.com','RMS-NEWUSER.html','test@gmail.com','<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System (RMS)</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Gladys,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n\n<b>Username</b><br>gladys<br><br>\n<b>Password</b><br>password123<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n\n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n\n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n\n</body>\n</html>',1),
(2,'2019-09-13 17:16:10.381678','superuser@tirsolutions.com','2019-09-13 17:16:10.381678','superuser@tirsolutions.com','RMS-NEWUSER.html','test@gmail.com','<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System (RMS)</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Risty,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n\n<b>Username</b><br>risty<br><br>\n<b>Password</b><br>password123<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n\n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n\n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n\n</body>\n</html>',1),
(3,'2019-09-13 17:16:24.436345','superuser@tirsolutions.com','2019-09-13 17:16:24.436345','superuser@tirsolutions.com','RMS-NEWUSER.html','test@gmail.com','<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System (RMS)</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Sam,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n\n<b>Username</b><br>sammy<br><br>\n<b>Password</b><br>password123<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n\n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n\n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n\n</body>\n</html>',1),
(4,'2019-09-13 17:16:34.352466','superuser@tirsolutions.com','2019-09-13 17:16:34.352466','superuser@tirsolutions.com','RMS-NEWUSER.html','test@gmail.com','<!DOCTYPE html>\n<html>\n<head>\n<title>RMS: New User Created</title>\n</head>\n<body style="font-family: arial;">\n\n<div style="max-width:100px!important;">\n<img src="https://s18.directupload.net/images/190807/wjwrxx5i.jpg"/>\n</div>\n\n<h3>Resource Management System (RMS)</h3>\n<h3 style="color:#888888;">New User Created</h3><br>\n\n<p>Dear Kath,</p><br>\n<p>You have been created as a new user of RMS. Please see your default login details below.</p><br>\n\n<b>Username</b><br>kath<br><br>\n<b>Password</b><br>password123<br><br>\n\n<p>You may change your password through the <u><a href="http://staging.rms.oneberrysystem.com/cms/profile/" style="text-decoration:underline;color:#007bff;" target="_blank">my profile</a></u> section of RMS any time.</p><br>\n\n<p>Sincerely,</p>\n<p>RMS Team</p><br><br>\n\n<p>Powered by</p>\n<img src="https://s18.directupload.net/images/190807/jaewp4nx.png" width="120px"/>\n\n</body>\n</html>',1);
/*!40000 ALTER TABLE `email_logs` ENABLE KEYS */;
-- Dumping structure for table rms_db.entity_logs
CREATETABLEIFNOTEXISTS`entity_logs`(
`id`int(11)NOTNULLAUTO_INCREMENT,
`created`datetime(6)NOTNULL,
`createdby`varchar(255)NOTNULL,
`modified`datetime(6)NOTNULL,
`modifiedby`varchar(255)NOTNULL,
`action`varchar(50)NOTNULL,
`entity`varchar(50)NOTNULL,
`row_id`int(11)NOTNULL,
`fromValue`longtextDEFAULTNULL,
`toValue`longtextDEFAULTNULL,
PRIMARYKEY(`id`)
)ENGINE=InnoDBDEFAULTCHARSET=utf8;
-- Dumping data for table rms_db.entity_logs: ~0 rows (approximately)
/*!40000 ALTER TABLE `entity_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `entity_logs` ENABLE KEYS */;