# # TABLE STRUCTURE FOR: user # DROP TABLE IF EXISTS `user`; CREATE TABLE `user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email` varchar(128) NOT NULL, `password` varchar(100) NOT NULL, `name` varchar(128) NOT NULL, `phone` varchar(25) NOT NULL, `address` text NOT NULL, `image` varchar(225) NOT NULL, `role_id` text NOT NULL, `is_active` int(1) NOT NULL, `date_created` int(11) NOT NULL, `gender` varchar(10) NOT NULL, `no_services` varchar(50) NOT NULL, `fee` int(11) NOT NULL, `ppn` varchar(40) NOT NULL, `pph` varchar(40) NOT NULL, `bhp` varchar(40) NOT NULL, `uso` varchar(40) NOT NULL, `admin` varchar(40) NOT NULL, `fee_active` varchar(40) NOT NULL, `fee_mitra` varchar(50) NOT NULL, `lang` text NOT NULL, `codephone` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=196 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (1, 'dimensizello@gmail.com', '$2a$12$zjjt.g.qbcIPx68LmSiMSeHDrRgS0Pw6w60qvxTegudXhx7sKuKEm', 'dwi hardika', '082247278877', 'sukawati', 'default1.jpg', '1', 1, 1565599788, 'Male', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (29, 'test@dimensitech.my.id', '$2y$10$BjkTerVPh9k9uib2hAnfz.QhA0DCl3Pa1brmMtJFvBYi72FaHdWf.', 'dwi', '082247278877', 'glp', 'default.jpg', '2', 1, 1758606445, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (30, 'apriliaastari527@gmail.com', '$2y$10$2AUDCDaZQsWV4.nYEaSJdefIb78uQ7w5fRDM0Ob4sQQS9JZIrks3i', 'astari', '', '', 'default.jpg', '7', 1, 1758610075, '', '', 0, '0', '0', '0', '0', '', '', '0', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (31, 'warniasihbdl@dimensitech.my.id', '$2y$10$EpU.7Ap0yZnQdqgqQUZHbucX1bpUhemfDs/ah02S5uLn28ROM.ljS', 'NI KADEK WARNIASIH', '085933523832', 'Banjar bedil', 'default.jpg', '2', 1, 1758690295, '', '', 0, '', '', '', '', '', '', '', 'indonesia', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (32, 'agussuardana6166@gmail.com', '$2y$10$IiyhO8oNzM/P4ve0thjpG.y2tdM9cAlGuS1tKBoDRYt1RndHiiQcC', 'I Putu Agus Suardana', '0881037595317', 'Puaya , desa batuan', 'default.jpg', '2', 1, 1758713976, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (33, 'justinputra391@gmail.com', '$2y$10$kFEOve2FgiPd2c.bgmrt3ehs14sMiLOA4Ek8qpVCqgjw2XFHhOgCm', 'Ni Wayan Susanti', '082236066451', 'Bon biu', 'default.jpg', '2', 1, 1758714352, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (36, 'karianapinda@dimensitech.my.id', '$2y$10$R9HOkEudKI4CgfL.P55DkujeMOyGsH.bK.w2HHnDiApT4cj3wzNBi', 'Ketut Kariana', '0881038370275', 'Pinda ', 'default.jpg', '2', 1, 1758807208, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (38, 'agungwirayudha@dimensitech.my.id', '$2y$10$pKTFldq4iY1bt8o50KitHug68w7iXauIWPO/DLISLtNfUuCUpzyMy', 'IDA BAGUS AGUNG WIRAYUDHA', '0895394600583', 'BTN GELUMPANG', 'default.jpg', '2', 1, 1758821886, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (39, 'ogikpinda@dimensitech.my.id', '$2y$10$T21jaOnEptYp12CjH.0Kv.dUBH8d7TCk86TxwyUOJRyKxMa6J2bqS', 'OGIK', '085921030055', 'pinda rumah ogik', 'default.jpg', '2', 1, 1758822528, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (40, 'sangayunyomanseri@dimensitech.my.id', '$2y$10$PJ75.9e0XKLKzPyTexACvuPJUT0w6dr7Yuauh.on7NGuLY6PSIeI.', 'Sang Ayu Nyoman Seri', '087817722492', 'pekuwudan', 'default.jpg', '2', 1, 1758824625, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (41, 'idabagussemaraputra@yahoo.com', '$2y$10$JCfiVJ51rGuIYnpiNAcOruMV10kEmqFrt6XN2r0t5bv7ARKhhDSqG', 'IDA BAGUS GEDE SEMARA PUTRA', '0895410969348', 'gelumpang', 'default.jpg', '2', 1, 1758827929, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (42, 'moyopalak@dimensitech.my.id', '$2y$10$awWCE5gJ58q1hb3CR2TMN.yEaX00yYTUk/nUHuivbDP..uSNF0xIS', 'BUDIARTHA', '081805353949', 'palak', 'default.jpg', '2', 1, 1758828375, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (43, 'lili@dimensitech.my.id', '$2y$10$6rZB2YfcI29ZlmbrrnGVTupTMS6ACT7O26T3k6zV1E6PMC336YsgG', 'ibu lili', '081360504340', 'gelumpang jalan pantai purnama', 'default.jpg', '2', 1, 1758828678, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (44, 'guswijendra2017@gmail.com', '$2y$10$uaY/TUTeEkB8aJh2mcuSrOAY8kshCjsjh44mbgD3PBiIZL0.N84/W', 'I Made Gus Wijendra', '081977323007', 'Banda', 'default.jpg', '2', 1, 1758841261, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (45, 'guswijendra212@dimensitech.my.id', '$2y$10$qOs0Lm6vqZIp40zUpekmPOMoYFUDFyS8t1NZ28xxGrOAIMCZ3Pq6.', 'I Made Gus Wijendra 2', '081977323007', 'Banda', 'default.jpg', '2', 1, 1758841626, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (47, 'istianah@dimensitech.my.id', '$2y$10$ObEmhwouSAk4bLGITV0MMOzX2lTP.IvVA/9gi.F8FEibeM.XZoNCW', 'ISTIANAH', '082228414599', 'puaya warung jawa', 'default.jpg', '2', 1, 1758850966, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (48, 'indahjayanthi@dimensitech.my.id', '$2y$10$2e6as5Id0Sr65atfkGbugum1KSBKRZNQkntEU5mQpw50hXlDu1nSe', 'NI KADEK INDAH JAYANTHI', '081339485528', 'palak pak ruja', 'default.jpg', '2', 1, 1758851741, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (49, 'mandiri@dimensitech.my.id', '$2y$10$9GcWoHR2UG847l/stVOsKORrhFtEzwjNk5THeYePoWmSJ7p.QWpaa', 'MANDIRI', '', '', 'default.jpg', '7', 1, 1758852689, '', '', 0, '0', '0', '0', '0', '', '', '0', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (50, 'bca@dimensitech.my.id', '$2y$10$JArmYEpHo3mOTYSvHsFYCeWRtmHJwXfYpjc4Qab8SEZw.cWyAlpsS', 'BCA', '', '', 'default.jpg', '7', 1, 1758852724, '', '', 0, '0', '0', '0', '0', '', '', '0', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (51, 'lpdsukawati@dimensitech.my.id', '$2y$10$sCb3LRHWLhNayTyjpjQ.5.26eea6uvuSe9zehaUhSqsKYs6Ta/M76', 'LPD SUKAWATI', '', '', 'default.jpg', '7', 1, 1758852766, '', '', 0, '0', '0', '0', '0', '', '', '0', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (52, 'bni@dimensitech.my.id', '$2y$10$7cAOdFOotbOwf2.XfqaUYeQ.gTqHrnUZJjJ44OcYds9lVs5G8IIDq', 'BNI', '', '', 'default.jpg', '7', 1, 1758852800, '', '', 0, '0', '0', '0', '0', '', '', '0', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (53, 'bri@dimensitech.my.id', '$2y$10$BdIbTLvfix5KBpT.tFfL2eipUQN/q6BqQJM2ntKQXMY1A6UzHw5dS', 'BRI', '', '', 'default.jpg', '7', 1, 1758852836, '', '', 0, '0', '0', '0', '0', '', '', '0', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (54, 'agm@dimensitech.my.id', '$2y$10$CdbsS3/cqhl6wAKF.xkrIeNqHljyXzZz7QLHxKGBxGPB9dHzrmNhm', 'AGM', '', '', 'default.jpg', '7', 1, 1758852867, '', '', 0, '0', '0', '0', '0', '', '', '0', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (55, 'reihankina@gmail.com', '$2y$10$paGC4h0Hhmpjxc7QYDcW8uee9Og8IpVsfpPRYTHPQVv7Z0D3LBWuW', 'STORING', '', '', 'default.jpg', '7', 1, 1758852948, '', '', 0, '0', '0', '0', '0', '', '', '0', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (58, 'nyomandiara8@gmail.com', '$2y$10$/E2aZhWj3MEDIABVwSPPauqGl/LyeX957jn0JFBAeijmmfpbM5x4q', 'I NYOMAN DIARA', '081936032818', 'banda', 'default.jpg', '2', 1, 1758866310, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (60, 'renita@dimensitech.my.id', '$2y$10$v7Cam1uvNKoqMvS8xvTnUu.RDbpFMdpNHmEiGHwnN5LgW8u2fszEO', 'NI PUTU RENITA CAROLINA', '085935286678', 'Banda', 'default.jpg', '2', 1, 1758886390, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (61, 'sudariani@dimensitech.my.id', '$2y$10$mpJsVh0KfeEQdEQ6LaQ/E.e/onw4iwNg64v1B1eNxa2wa56suopeW', 'NI KADEK AYU SUDARIANI', '081237237462', 'peninjuan', 'default.jpg', '2', 1, 1758889143, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (62, 'nyomansrinadi0305@gmail.com', '$2y$10$bst6nacSKVb4o1TWVT2IQeCu8Ogtss29xpBv/BTfNUTtXgj6Ybjzy', 'NI NYOMAN SRI NADI', '085692206718', 'sakah', 'default.jpg', '2', 1, 1758889732, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (63, 'somabaliputra@dimensitech.my.id', '$2y$10$OvHXer4KBdcorLt4PZ00pe1ny53oYkaps7Hz19bqVCxixaVIS41rW', 'I WAYAN SOMA BALI PUTRA', '085739103520', 'pekuwudan', 'default.jpg', '2', 1, 1758890435, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (65, 'kartini@dimensitech.my.id', '$2y$10$NI8abb1XN/dGME9hQVzUcOArNlj6k78ciWseOr6LjiSdWse.7Gweu', 'NI KETUT KARTINI', '081338286095', '', 'default.jpg', '2', 1, 1758891743, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (66, 'mahaguna.suarsana@gmail.com', '$2y$10$WaghgKrx6plQfH2kwwk8J.8D8d.UqI8WyAvkN6tDDR/pHEICvU8zW', 'PUTU MAHAGUNA SUARSANA', '085737077741', '', 'default.jpg', '2', 1, 1758892483, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (69, 'novantini@dimensitech.my.id', '$2y$10$j/tKuRAxgrO4yq0TXhquNepYjiUQ9Ro1KNRYASftj.GgjU0BsUm9K', 'NOVANTINI', '0881037172171', 'Bon biu', 'default.jpg', '2', 1, 1758959086, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (70, 'ayusriutamu222@gmail.com', '$2y$10$eXFMhTRBbOqmXfCdzgvVK.PZ6jxnEh0mXuO0fH52N0HAMfb4IWG36', 'NI PUTU AYU SRI UTAMI', '082145582327', 'Peninjuan', 'default.jpg', '2', 1, 1758960661, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (71, 'zurkoni@dimensitech.my.id', '$2y$10$r.lvzvK.Q6i11.6gZx.i.OKlfdpVKBT5.4UJY9mSW4GpxY1tvDa6O', 'ZURKONI', '081236293951', 'Banda', 'default.jpg', '2', 1, 1758961293, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (72, 'sentana.sukahati88@gmail.com', '$2y$10$hetP72YdrbxhvLiMlZUI4ebgz4Xo/H.j5i50gVYUNTxnd9l.Ps.7i', 'I WAYAN GEDE SENTANA PUTRA', '085337185584', 'Dlodpangkung', 'default.jpg', '2', 1, 1758961819, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (73, 'novawijaya@dimensitech.my.id', '$2y$10$2lVoL.fio4h.9IZbBmPvpOy8ywoGZxsXXBA.c.e8bcFU9jwkyjEbu', 'I MADE NOVA WIJAYA PUTRA', '08970121697', 'Dlodpangkung', 'default.jpg', '2', 1, 1758962302, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (74, 'indayani@dimensitech.my.id', '$2y$10$Qbhu4OQMkxFF2YqtkjZJruddFDxIXY7ydjEcvC33QHkTuUsrPs30O', 'KADEK INDAYANI', '085238950003', 'Telabah', 'default.jpg', '2', 1, 1758962917, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (75, 'teguhkurniawan549@gmail.com', '$2y$10$xUQMma7a1PnZLAtUiAmGOeCALWRQ8rHu6Bf5bw9kLUI8JwPGwtmxm', 'I KOMANG TEGUH KURNIAWAN', '085798243809', 'Telabah gang ke barat', 'default.jpg', '2', 1, 1758963665, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (76, 'madepana2@gmail.com', '$2y$10$hXEQlCo/YpAyrll1TeTWCeC.2nzfp711rFTl/EfF607sZq6qJbZbe', 'LUH BUDI YASTRINI', '083890620773', 'Mawang dlod sema', 'default.jpg', '2', 1, 1758976759, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (77, 'budiasabnd@dimensitech.my.id', '$2y$10$OSmIV61anS4q3XN/cqjF7e6BULfXGLwp44V8.ybxuhPQnT/USiM3G', 'I PUTU BUDIASA', '081997796306', 'Btn santika karya', 'default.jpg', '2', 1, 1758977284, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (78, 'yanobeng@dimensitech.my.id', '$2y$10$EPAGi4HpvoFzLhIxxarFbuPqVa6Dp5dF7eJhpXz6kPUQuG5lSTHLC', 'YAN OBENG', '089606174070', 'Babakan', 'default.jpg', '2', 1, 1758978369, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (79, 'komangaryabbk@dimensitech.my.id', '$2y$10$LU.ouTR9EQjKOu9Fhdji4.By8SinS1zuknKWTJ8kFb2NNGWSrK5MS', 'KOMANG ARYA', '082144657314', 'Babakan', 'default.jpg', '2', 1, 1758978542, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (80, 'diarta@dimensitech.my.id', '$2y$10$uYOyGTKSjPPwlcUKpDQVFOjnCTEFq63eUXC7iFiQWdDkhQ3siXqWW', 'KETUT DIARTA', '087860746818', 'Bon biu', 'default.jpg', '2', 1, 1758979605, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (81, 'wardyaningsih@dimensitech.my.id', '$2y$10$SUw.6BQ7IqRrHd0auCopwucWHdlEC2HhVHA9xnMSr4c.baVBBcWbm', 'LUH MADE WARDYANINGSIH', '085739106902', 'Kebalian', 'default.jpg', '2', 1, 1758980952, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (82, 'nyomansukadana@dimensitech.my.id', '$2y$10$3iMSVFqIKW0iC7F2KjThP.O6K7rw.mqtVQb9f3rJh72GP7STeob8S', 'NYOMAN SUKADANA', '087860017990', 'Telabah', 'default.jpg', '2', 1, 1758981363, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (83, 'cokrai@dimensitech.my.id', '$2y$10$iVxDBQLmMFOGXfQuAOQAquxXVZpokTB1DwBJKGcLzFcMSeJtMamI.', 'COKORDA RAI MADIANA', '081936519107', 'Glulung', 'default.jpg', '2', 1, 1758981860, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (85, 'supriyono@dimensitech.my.id', '$2y$10$.WuEF6ZTzIXVi4kt6272G.gOjU41xolYAUAHx674bJr0Lc2LgEuk.', 'Supriyono', '081994074304', 'Babakan', 'default.jpg', '2', 1, 1759152026, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (87, 'premawahini@dimensitech.my.id', '$2y$10$Kr.y79lLpeBw7qT687G18.PSbaOCMCmTIj41CoGfzV4VENkHf21dO', 'PREMA WAHINI', '089605484396', 'Sukawati', 'default.jpg', '2', 1, 1759240084, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (88, 'tuttikabnd@dimensitech.my.id', '$2y$10$wZ5Z0rVQtaOIKonHJ552iueF69ea6l86TY7NbTIkB9.M0Py7oGDsy', 'KETUT TIKA ( banda )', '6281999145164', 'Banda', 'default.jpg', '2', 1, 1759252294, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (89, 'mudika@dimensitech.my.id', '$2y$10$72ZbgPncRKZ6ir/CJBFDdeCJK92LrOMQRvY2ZXRL/egjCm3dq6Ufe', 'I WAYAN MUDIKA', '08970464522', 'Pinda', 'default.jpg', '2', 1, 1759275333, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (90, 'chandrasedanaasri11@gmail.com', '$2y$10$RN19Db7IFQRmp17sAgfysuco04qD617yDRmEiJuEPEKLzgSXhpYk6', 'KSP Chandra Sedana Asri', '085966433848', 'Br. Banda Saba Blahbatuh', 'default.jpg', '7', 1, 1759283461, 'Male', '', 0, '0', '0', '0', '0', '', '', '0', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (91, 'intannia8040@gmail.com', '$2y$10$mOZgheXxFMrbeaDdj5tHdu/gOc16fYSfvS4NfZlcEZEA1kCtVW1fG', 'INTAN KURNIA IRAWAN', '083132605462', 'Gelumpang', 'default.jpg', '2', 1, 1759329648, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (92, 'nuriisineini18@gmail.com', '$2y$10$2vmmOszpgJvKcyGzaVCl1eTGlfAdv3AWr8DPjvLKgBkKThv9qsY36', 'NURI ISNENI', '087750568741', 'Gelumpabg , kos barat pura uluncarik', 'default.jpg', '2', 1, 1759370560, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (93, 'ekagend20@gmail.com', '$2y$10$nF87FZc8YmzLgMjhiYzeDeaw/z5uOXQlvRLl7tipvKYv5O6QIvo7y', 'I WAYAN EKA WIDIANTARA', '081547273151', 'Banda ', 'default.jpg', '2', 1, 1759462829, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (94, 'supartaketut77@gmail.com', '$2y$10$XDgi03bUV/1xfceVmsdZ/uiXW5.YllfASogiND3QsfoO9LlbEOECC', 'I KETUT SUPARTA', '082146418958', 'Peninjoan bpd ke barat', 'default.jpg', '2', 1, 1759476545, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (95, 'cokgedeanom@gmail.com', '$2y$10$UL2/Ptbnoz2KY6SFYOk6R.lITVkBcmNVGXygPlCBwUhKn/Zil.fV6', 'COKORDA GEDE ANOM', '082245709403', 'Dlidpangkung barat pura banjar, selatan jalan', 'default.jpg', '2', 1, 1759546842, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (96, 'adi003739@gmail.com', '$2y$10$3l/q9djz/wFNU1t2XXDqxOfJD0dL7YrulXtEGCAaSw1CeIsxehN36', 'I KADEK ADI SUANTARA', '895410959576', 'Gelumpang', 'default.jpg', '2', 1, 1759564887, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (98, 'masna@dimensitech.my.id', '$2y$10$yNk9AH9RcQkq2TeTr3qmTOm2feCGpd511CgmuVaYYE0hwrRJZksZK', 'I Wayan Masna', '6281353648407', 'Bon biu', 'default.jpg', '2', 1, 1759718146, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (99, 'murtinibonbiyu@dimensitech.my.id', '$2y$10$hpVBcR2zPCVrPB.AazPf3.V/zsyjwWhuoInr3y1yF38ukm/kwaAZW', 'Ni Nyoman Murtini ( bonbiyu )', '6285956683359', 'Bon biyu', 'default.jpg', '2', 1, 1759722911, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (100, 'yogaprasetya459@gmail.com', '$2y$10$9JVgFUwuzhLfXvRvrmYxVOdheP/NF9U6.PVoG5oodik9Rbd5Nogwq', 'I Wayan Yoga Prasetya', '6287860133556', 'Dlodpangkung toko bangunan yoga', 'default.jpg', '2', 1, 1759737176, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (101, 'kmagusmanik@gmail.com', '$2y$10$FVhTCOtqr5RzIBsQZi4Su.H/SEIA2xFl9nzkT7KKiUtrtG95szAiG', 'I KADEK JULIANA', '6287793290164', 'Banda', 'default.jpg', '2', 1, 1759752566, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (102, 'baglug@dimensitech.my.id', '$2y$10$CeWfbrkLPWQPFUX0PwJ8A.4.Ee6i5MuTDNPOkaLgLTlXPOQ9TCQ6C', 'BAGLUG', '', '', 'default.jpg', '7', 1, 1759802769, '', '', 0, '0', '0', '0', '0', '', '', '0', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (103, 'pramaditagede6@gmail.com', '$2y$10$iAAIv9RV3FJOTRqRNvi3UO53GgkI1rR4ZvmBV19wDb.RY7ph3CcYS', 'GEDE PUTU PRAMADITA', '85926863046', 'Jungut, selatan sma jalan ke timur', 'default.jpg', '2', 1, 1759806579, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (104, 'suardika212glp@dimensitech.my.id', '$2y$10$VtyjUog659NAcWNxcaRxNeCNOWTsYYg95d1uX3wDO.M6tvvuj9Q52', 'GEDE SUARDIKA', '87732529056', 'Btn gelumpang, jalan paling timur', 'default.jpg', '2', 1, 1759818951, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (105, 'sidayana1007@gmai.com', '$2y$10$m0oJxHneQxYJmRK4kvIdquZlJhJs0tZh51030y/5vGgclJpSDuMIK', 'I NYOMAN SIDAYANA', '87849706941', 'Banda', 'default.jpg', '2', 1, 1759929477, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (106, 'sanjayapasek02@gmail.com', '$2y$10$4DcOk67asa6OXvn8AmZciujTFqVnapF9PYkOboQ3gYW6NtBWyLZti', 'I WAYAN PASEK SANJAYA', '81999272004', 'Banda', 'default.jpg', '2', 1, 1759929933, '', '', 0, '', '', '', '', '', '', '', 'indonesia', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (107, 'sriparwatibnd@dimensitech.my.id', '$2y$10$8YsPbbYndrKnz9DLjL5hiOKv5nU/VXluQbrYGDh0/5/xxH.9tX3R.', 'NI KADEK SRI PARWATI', '6285931994324', 'banda', 'default.jpg', '2', 1, 1759930278, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (108, 'anandaputrapalak@dimensitech.my.id', '$2y$10$XSipbMC46uF3h/HeYEFYPeq6X5EAlnxmwmeVlJz3d8HU8KprxawNq', 'I Putu Ananda Putra', '81338972488', 'palak', 'default.jpg', '2', 1, 1759931138, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (109, 'idabagusadi99@gmail.com', '$2y$10$toVJ35euzXYyvqJXtihJdO96BHg6c2GdsiY4GU21ChRrJCXgeUA7K', 'IDA BAGUS PUTU ADI SURYANATA', '81933033955', 'Rangkan utara banjar gang ke timur', 'default.jpg', '2', 1, 1759967254, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (110, 'bagusoka778@gmail.com', '$2y$10$ZBnPp/5I5Wii8jyqIxnhx.TXjEN4w8m38Pb6JqFp/62KDVXl8Ek96', 'IDA BAGUS KETUT OKA', '8311866362', 'RANGKAN GANG KE BARAT', 'default.jpg', '2', 1, 1759967456, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (111, 'sunardirngkn@dimensitech.my.id', '$2y$10$23ePiDl7LVdmJGNlMANPGu/bU90mT6QENk4NY.mMWbP2IHNvGgrQu', 'I KETUT ADI SUNARDI', '81353899890', 'Rangkan, utara banjar ke rimur', 'default.jpg', '2', 1, 1759967770, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (112, 'ksuglp@dimensitech.my.id', '$2y$10$E4S258EBlkMSWMlc.IUmJ.ZERcaW340L5o8LFKkRXVCTrWLrH6Owa', 'Ksu GLP', '', '', 'default.jpg', '7', 1, 1759982215, '', '', 0, '0', '0', '0', '0', '', '', '0', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (113, 'harana019@gmail.com', '$2y$10$oGCeYJI4aC9XzyBHEwF3tOeS/i01jBgOh.kdNuATwgsuvpNvkq2dK', 'Wayan Warsa ( glp )', '81337217179', 'Gelumpang bubun', 'default.jpg', '2', 1, 1759991568, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (116, 'suryantarabnd@dimensitech.my.id', '$2y$10$6mqrWfan9467i6ux6cAO9u9UBv/6M4aScqqg5ElQeBX.GtRZaN7Wm', 'SOTONG', '', '', 'default.jpg', '7', 1, 1760051192, '', '', 0, '0', '0', '0', '0', '', '', '0', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (117, 'balimasari@dimensitech.my.id', '$2y$10$qqcIDo.zfec2f2KkjVFWquVmT7/qr2Q.KLDiY0mYxhFWIQ6NlJlJq', 'Bali Masari villa', '89697318412', 'Gelumpang, jalan bali masari', 'default.jpg', '2', 1, 1760408954, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (118, 'suartini212@dimenaitech.my.id', '$2y$10$seJeBcSm.olW0igh43vy1.x1d/NeBMLu3DVPcwVQmEE.4P1pM/C9u', 'NI LUH PUTU SUARTINI ( ditya londry )', '81547411827', 'Gelumpang, jalan nangka, selatan pertigaan kepundung barat jalan', 'default.jpg', '2', 1, 1760413485, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (119, 'kadekpanesa081@gmail.com', '$2y$10$6y3VrYiWFxcAF1tP/Bi3N.xOopMC6M.oUprzcpMs.bCja.qVoXOBK', 'I NYOMAN JARMA', '87823755718', 'Batuaji, barat batungonjol jalan ke seleatan', 'default.jpg', '2', 1, 1760429256, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (120, 'wayankrisna186@gmail.com', '$2y$10$hne9Cv0fVxEuh/540IMuHOAG276EHiUuAxqX3qYPHT8UZ8mypawkG', 'I WAYAN KRISNA', '81916282445', 'Sakah,, utara jalan ke duma ada gabg ke barat', 'default.jpg', '2', 1, 1760497410, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (121, 'putuagustini503@gmail.com', '$2y$10$u6uI2Rwi7Lxq2N7z.swjXOs1A.isDR.I4ZUTnPv7n2yn5FLbGNKVi', 'NI PUTU AGUSTINI', '89527442526', 'Mawang kaje', 'default.jpg', '2', 1, 1760517236, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (122, 'dekjuli413@gmail.com', '$2y$10$UAvqkK9CVIHp25SUIsSVBeA9T0.55uGjIzrToJDHVwcbTfSTI636y', 'I KADEK JULIANA ( babakan )', '81907327560', 'Babakan, banjar ke utara , ada gang ke timur', 'default.jpg', '2', 1, 1760582402, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (123, 'madesukarno1970@gmail.com', '$2y$10$XRygO6P4H3SouDyqockRHuls5jDN9cBBQOCfFiaSIw.Nz3iTSFwpq', 'I MADE SUKARNO PUTRA', '87860532155', 'Banda ', 'default.jpg', '2', 1, 1760602091, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (124, 'purnayasa690@gmail.com', '$2y$10$KkOVWdsH.2us2dcgAlW7ROD/xPY0vzZ7AJzP8bzrk4l0ugbM6mp92', 'I KADEK PURNAYASA', '85923636010', 'Gerokgak, apotik ke barat, mentok belok kiri', 'default.jpg', '2', 1, 1760670220, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (125, 'i.darta07@gmail.com', '$2y$10$P6tuE3LOT5SfuqWTvNqT2u9G97IWbgjEWtSnB150qdNIlsGNlAbdm', 'I WAYAN DARTA', '087760046464', 'Gelumpang, sanga', 'default.jpg', '2', 1, 1760689736, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (126, 'Juliartawan539@gmail.com', '$2y$10$Npeg/F2LIYNRriC01q4aA.XctEpCgHlKQzHvWYEh7fiG9DHPPtd2a', 'I WAYAN JULI ARTAWAN', '82145661043', 'Banda odp mangku tumang ke utara', 'default.jpg', '2', 1, 1760753393, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (127, 'iwayanjanuadi10@gmail.com', '$2y$10$MyAGJhjud/TwZF2E0QoZ9OTE5qbaLmCt5frFXs3fxgNDjfmQH8VIO', 'Januadi', '0895394612778', ' Br. Pinda, Jl. Raya Dewa Saba, Gg. Melati', 'default.jpg', '2', 0, 1760769838, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (128, 'ketutcandra1975@hmail.com', '$2y$10$ejl8rXFkfwhkeWqxdv3cdOLfSpBkVv/8bQzM4YzBIbqtw.Wd3WbR6', 'I KETUT CANDRA ( gelumpang )', '87860756077', 'Gelumpang, bajar ke utara, gang ke 2 masuk ke barat', 'default.jpg', '2', 1, 1760931277, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (129, 'asmarabajink@dimensitech.my.id', '$2y$10$V37Gc1a1KUgL3QNdZ2z23OaWqUD00rYs1VSgqaZMpaFsfUickB/W2', 'I Komang Asmara ( bajink )', '895410969292', 'Telabah, selatan ruko kar, gang ke barat', 'default.jpg', '2', 1, 1760946876, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (130, 'madesoyor5@gmail.com', '$2y$10$7CYKs7stjDDoZ7UfvuFGoeDql..LBM2peWzplGx3Iza8ayrL5cRCi', 'I MADE SOYOR', '895394606153', 'Telabah, selatan warung bobo gang ke barat', 'default.jpg', '2', 1, 1760952378, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (131, 'suryawantuadi@gmail.com', '$2y$10$b/pWgPcO0wbxvju2/MlK5eK07sCADfCI/qKHL24Vf2bMO4uCCKEKG', 'I PUTU ADI SURYAWAN', '082147101409', 'Kebalian', 'default.jpg', '2', 1, 1761037159, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (132, 'yogiiswarasapanca@gmail.com', '$2y$10$9IotTjpISA3Fw601E1yYzu3yjEX6ENtm/OKYong8mNXByuUvD4A7u', 'Putu Yogi Iswara Sapanca', '087761454761', 'Jl saba sukawati gianyar ', 'default.jpg', '2', 0, 1761088417, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (133, 'agusghiyandananjaya@gmail.com', '$2y$10$V9gsYEl6wquCtZL42.HDBu3O/7FNHTdNCx5TA5s3Qw.GQRu6xh63e', 'I KOMANG ARYANA', '895615216651', 'Palak, pertigaan ke pura dalem', 'default.jpg', '2', 1, 1761096315, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (134, 'dejaya168@gmail.com', '$2y$10$4ZxS21XK5AaGlYNSaHJc6O//k8jIYp545XwD6FfnOh94A0lm3JBye', 'I MADE WIJAYA', '89652987456', 'Peninjoan', 'default.jpg', '2', 1, 1761103240, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (135, 'gustimadeputra@dimensitech.my.id', '$2y$10$ShQrqvUiDwEVwSkwmgaUne91bgY2Ef.y3npmYYMyo0YOc2lyzQJiK', 'I GUSTI MADE PUTRA ( rumah gang sakura )', '81238581640', 'Tebuana gang sakura', 'default.jpg', '2', 1, 1761117068, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (136, 'wisianikadek@gmail.com', '$2y$10$IU2KcNsIThmoYUuRBaEHOuIWEecXjnVaJWI1Tc9GA/.irF7yZTyW6', 'Kadek Wisiani', '87761454761', 'Perumahan dekat pasar gelumpang', 'default.jpg', '2', 1, 1761196474, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (137, 'komangariani1990@gmail.com', '$2y$10$A.Zt7Q1fWRC7m14cmaHh/eiI4o4PfGDEdShDXMRO22IV.8v1u.hmO', 'Ni KOMANG ARIANI', '87765104574', 'Batu ngonjol', 'default.jpg', '2', 1, 1761196753, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (138, 'ketutcandra1975@dimensitech.my.id', '$2y$10$c/By/CBMCm.ClnlotCiRx.taoqrpGmM89YmVtoyYAwg269Ziskd4a', 'I KETUT CANDRA ( WARUNG )', '87860756077', 'Dlidtangluk', 'default.jpg', '2', 1, 1761205346, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (139, 'oktaviriasari@gmail.com', '$2y$10$21.V3atL44of3ZxB2kGE9uu3W9570Iz36gM5xfohNIsnstUbNMLK6', 'WIDA OCTAVIRIA SARI', '82359139290', 'Bon biu', 'default.jpg', '2', 1, 1761353393, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (140, 'taufiqramadani019@gmail.com', '$2y$10$HUoVUPSah2CZY6kJH6AUt.UUFP/y351eA9rpMlPpXTxPXpB7ogJe2', 'MUHAMMAD TAUFIQ', '85335865127', 'Banda', 'default.jpg', '2', 1, 1761363509, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (141, 'asmariani212@dimensitech.my.id', '$2y$10$2Y5Z264nKo6hiLOJWFLJou8JGVSZlU1ii2B7pPuuyezi5gpZfRiNS', 'NI MADE DWI ASMARIANI', '87861348691', 'Telabah', 'default.jpg', '2', 1, 1761376864, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (142, 'adityakusumadana223@gmail.com', '$2y$10$ehBwvFtRPSopXnzIRPPqlOnkMw0AmSfHL0m6egHRT8xoIcvt1gdSy', 'I Nyoman Ujana', '0895410960614', ' ', 'default.jpg', '2', 0, 1761465828, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (143, 'agungaryawangsa@gmail.com', '$2y$10$QDGcSuF8YluPuhi7iXchROzshHw5qGBulh8L.HmNDdIiknbut8hkm', 'ANAK AGUNG NGURAH ARYAWANGSA', '082146120286', 'Pinda gang ilalang', 'default.jpg', '2', 1, 1761533303, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (144, 'gbano264@gmail.com', '$2y$10$.Cbfw84pXZ76FXRNqX7tSeydLiq0X/Qns5vHeuQemz.ldEW7sXkFy', 'PETRONELA SANTI', '82236714682', 'Tebuana, mecutan', 'default.jpg', '2', 1, 1761551242, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (145, 'remalovemade@gmail.com', '$2y$10$D04F2d4WkzUHaTQ3g3Oh/.XR7hJz2JXVG03s4lOeeyZlG2qjihmxm', 'I MADE REMAWAN', '81338115101', 'Pinda', 'default.jpg', '2', 1, 1761618716, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (146, 'niwypramicahyani@gmail.com', '$2y$10$hKGiOANkpbcnPwzrBDpWMOdkmDd1dIVbQZn9ORkcGvFxjqI3uSkZK', 'NI WAYAN PRAMI CAHYANI', '81238385522', 'Babakan', 'default.jpg', '2', 1, 1761638383, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (147, 'wayanmariono75@gmail.com', '$2y$10$8fYGqSEE7mLqbqh81vh0Uu/.NkFXeib.63ZlmOYA6.8zaYVT7gUpS', 'I WAYAN MARIONO', '83119467266', 'Puaya , banjar ke selatan ada gang tembus ke barat ', 'default.jpg', '2', 1, 1761880621, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (149, 'wayanekasubagia123@gmail.com', '$2y$10$CJINxBD4xMWQbnqpwIcZ0.B6GikEAzFOAL/tKj6beg3X6CuunVmnO', 'I WAYAN EKA SUBAGIA ( TOKO )', '81916038968', 'Peninjoan', 'default.jpg', '2', 1, 1761966640, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (150, 'ramaelektro@dimensitech.my.id', '$2y$10$t4QGXl9hN9SCfe72ZTllweSeUVVXTjavPj5.T98gL3nZsFZ1gnNme', 'Ketut budiana ( toko rama elektro )', '87888012299', 'Tebuana toko rama elektro', 'default.jpg', '2', 1, 1761985174, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (151, 'yuliaskresna@gmail.com', '$2y$10$1.pJA6C6wQrHKH5hLChMXOcBhH19gkLHYe7MaSlLgg5bcmiMr2N4e', 'YULI DWI SUPRAPTI', '85927227932', 'Palak , perempatan banjar ke timur, utara jalan', 'default.jpg', '2', 1, 1762135764, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (152, 'alfarohadiyantama13@gmail.com', '$2y$10$MrMSsyQEtetQB9b3RIYkBeC3JdQEjclwKNh3vS1DeqLsUoy6jtFeC', 'Alfaro Adiyantama', '81316161087', 'Telabah, jalan manggis dekat lapangan voly', 'default.jpg', '2', 1, 1762160033, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (153, 'budiastra212@dimensitech.my.id', '$2y$10$YLcoW6jDP7tqeAVfAnpKYew6/uOK.c3jx7u7S41FRJLrJGktt.DsO', 'I WAYAN BUDIASTRA ( KOST TUNJUNG)', '81239167000', 'Gelumpang, gang tunjung', 'default.jpg', '2', 1, 1762222531, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (154, 'suartinieka5@gmail.com', '$2y$10$c97QOEHepX7U1Wt41peEjOs0fbWRuHjnu6lm.U6bF3Ift4YHhCKGK', 'I NYOMAN GANGSAR', '89697330897', 'Gelumpang, ', 'default.jpg', '2', 1, 1762243810, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (155, 'komang_yudik@yahoo.com', '$2y$10$EMd1wv.gbRtabQGSAtCc2.cXl67vj7ybVWTq38mTAyzACvMDZg9D6', 'Komang Yudik Sudibiyo ( villa 2 )', '81933044000', 'Mecutan, ke selatan villa', 'default.jpg', '2', 1, 1762402792, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (156, 'komang_yudik@dimensitech.my.id', '$2y$10$i/zkub/1uvVedIP4Oydhc.kBhlzTHa2jOM3BIA1LXmsZdWIwPE0yi', 'Komang Yudik Sudibiyo ( villa 1 )', '81933044000', 'Mecutan, ke selatan (villa)', 'default.jpg', '2', 1, 1762410190, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (157, 'yc9cym@yahoo.com', '$2y$10$0BhJx4Ua6DqUIex8uKzQbOc4dBupfXxy/Fz7idVZqsABOZELMAkqa', 'Made Agus Mahardika', '85792840537', 'Utara banjar babakan', 'default.jpg', '2', 1, 1762418146, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (158, 'zukim9677@gmail.com', '$2y$10$qDgt9d4H.d0MMqGGcaTVS.c92jMP6ugbwaKW2OJifZdyVcP.celYS', 'MARZUKI', '82146467266', 'Gelumpang, by pas ib mantra , ex hotel', 'default.jpg', '2', 1, 1762911360, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (159, 'agusmahardika918@gmail.com', '$2y$10$NXiUEjmfCwxq9HTIseG3ce8Jywf83h9ypba0IRflHveNkgpy0me7C', 'I Nyoman Purnawan', '88987402597', 'Jleka', 'default.jpg', '2', 1, 1762916489, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (160, 'krisnamsw23@gmail.com', '$2y$10$HM3ZobAqKd6.kwx7IELBKeI3ymFRHyLJBz4eTwUAlNXH0y/Aq6qo2', 'I KADEK KRISNA MAHESUARA', '087771752126', 'Dentiyis ', 'default.jpg', '2', 1, 1763084992, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (161, 'astawaagus440@gmail.com', '$2y$10$ejUJrzjwWtcFqA2R82Y3O.EdB32S09Pl/BSnfO23IQ.2vLhu0dana', 'I Wayan Agus Astawa Yoga', '895622784946', 'Telabah ( rumah pak tegel )', 'default.jpg', '2', 1, 1763111637, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (162, 'nikadekhandarini@gmail.com', '$2y$10$/bo1RpL41iK58VvBFJ8zjOIZP/MKLtJSxfYZty9gN.L0ye1u6bvVe', 'Ni Kadek Handarini', '82145080116', 'Peninjoan, gang lawar tompel', 'default.jpg', '2', 1, 1763189253, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (163, 'imadesuwitra800@gmail.com', '$2y$10$WfYQs1mVD25ER73TG9uiIu4bw5Dl07j2HzlqDDzFw7lJk8DI/smJS', 'I Made Suwitra', '85103040936', 'Palak ( lawar sapi )', 'default.jpg', '2', 1, 1763195973, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (164, 'gunarsabnd212@dimensitech.my.id', '$2y$10$go8fKO5akkatj3mIxLgVbezOPQBdhJAV24elardXIVFx0xEzGnldi', 'I Ketut Gunarsa', '81999378545', 'Banda', 'default.jpg', '2', 1, 1763969542, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (165, 'triyana@dimenaitech.my.id', '$2y$10$SY/CLfjF0KLlzmHDolDtjOkgGPi48pKTiJxyBIEzFZ6XYvq5qlZmu', 'I KOMANG TRIYANA PRATAMA', '895623312603', 'Jleka', 'default.jpg', '2', 1, 1764045354, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (166, 'beren@dimensitech.my.id', '$2y$10$6ber4oj5Dri9QQ628z5gXukJVysAnk8Y5kdq1OqN1cS/GhmqkSvKW', 'Pande Kadek Saputra ( Beren )', '895623317723', 'Dlodpangkung', 'default.jpg', '2', 1, 1764046868, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (167, 'suarmadidms212@dimensitech.my.id', '$2y$10$VMLzMKWUAsmGoWwGz5dWM.pquFUBGuqntZJPFBWbh3oG8vhpix/n.', 'I Kadek Suarmadi', '87860140098', 'Bon biu', 'default.jpg', '2', 1, 1764135316, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (168, 'julianirahayu22@gmail.com', '$2y$10$o9IBrDG16yK2Dfe32DnhHuC9/XInsvFleSp8ddmqkd0VYeEDTP7WO', 'Ni Luh Putu Rahayu Juliani', '87766990112', 'Sakah, utara banjar ada jalan ke timur', 'default.jpg', '2', 1, 1764231342, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (169, 'madewikram201280@gmail.com', '$2y$10$A75Jm1z8XwShe0dbqGB25u.Zm3fUdzg72meiTySSBqZod.ExqWyXq', 'Ni Komang Ayu Kartini', '89681423953', 'Grokgak ', 'default.jpg', '2', 1, 1764561541, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (170, 'guszmang24@gmail.com', '$2y$10$/uW9kLCDaignygR0OrsXE.TeAF.PFDClStMUr/F0VYfO3ix24Fe/O', 'Ni Made Rini', '881037587388', 'Gelumpang ( rumah pak kacir timur )', 'default.jpg', '2', 1, 1764647656, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (171, 'nyomanriarta733@gmail.com', '$2y$10$l8jiKkGVQOc5MmoKVNVOAubG0Til/dIm0D.AmiM.9xDNDACmalhRu', 'I Nyoman Riarta', '85237153448', 'Banda', 'default.jpg', '2', 1, 1764659004, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (172, 'komangpajar07@gmail.com', '$2y$10$x8nRYfymvnnnngp5.zDee.hmy0zqynWcW2JqZhWsPVck9APgwm5YO', 'Ni wayan ika purnami', '85940306429', 'Dentiyis batuan', 'default.jpg', '2', 1, 1764668255, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (173, 'dekvix@gmail.com', '$2y$10$VdZBN4hZXs8I8zZfuDIQQupMIXHuKJUBmP9JLdk7dhFKlCnl3rGoG', 'purnawati', '', '', 'default.jpg', '7', 1, 1764723564, '', '', 0, '0', '0', '0', '0', '', '', '0', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (174, '2014.aguskartika@gmail.com', '$2y$10$rKA6P5O2Jondx8wXfViYb.F17z2ccXDolVJJuk38KNGJCPBue/gS2', 'I Made Agus Kartika', '8123776431', 'Palak, ruko pak badra', 'default.jpg', '2', 1, 1764814647, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (175, 'ekaydw123@gmail.com', '$2y$10$CQuDfYlNCIW96ye88VXWmO0c.2s9lO3SPns4PGysF.HhuY2atCGYG', 'Ni Wayan Eka Yunistya Dewi', '895330723304', 'Gelumpang ( pak dek supa )', 'default.jpg', '2', 1, 1764831608, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (176, 'dediparmini@gmail.com', '$2y$10$2DmwEoqs8iqBOUVMMLDws.hthTlTku8cicb8MneY6ANqatz8H0d1K', 'I Made Suparta', '87840781607', 'Peninjoan', 'default.jpg', '2', 1, 1764905213, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (177, 'dexsaysukawati@gmail.com', '$2y$10$CMtq28OAW6BjeUsPvJ/8ouicnK6sSemBoyTW1JrS8/fkg7Ao.K56G', 'I Kadek Wirata', '81805544588', 'Gelumpang ( mk buda klion )', 'default.jpg', '2', 1, 1765014683, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (178, 'indriani@dimensitech.my.id', '$2y$10$zknKmSatICecFJT937/SZ.IqoRVpkRUs7bU9pPR0SzNUcqghzOBaK', 'Diah ayu indriani', '81529607131', 'Gelumpang, sanga', 'default.jpg', '2', 1, 1765183057, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (179, 'komangratih225@gmail.com', '$2y$10$LV1V4BMZWDbWB59RK44qEuu0h.fXnC2E84qM3hJhm4QtMvq88./Pi', 'I Nengah Sumerta', '87824079272', 'Gelumpang, btn', 'default.jpg', '2', 1, 1765361187, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (180, 'suwitripnd@dimensitech.my.id', '$2y$10$B4z13zrA47g3uUIcEIuBO.rKvavD2KcCkILL.8F/bCYp6M6s0Ido.', 'Ni Wayan Suwitri', '8970507271', 'Pinda warung pak mundra', 'default.jpg', '2', 1, 1765529971, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (181, 'agussanjoyo@gmail.com', '$2y$10$Z2FSXnYnR2aegO/n.YzSGOskrkXOPhe.6APDvgN9TT8AFFWDTl5Km', 'Agus Sanjoyo', '81805682511', 'Jalan pantai purnama', 'default.jpg', '2', 1, 1765610878, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (182, 'erickagustina90@gmail.com', '$2y$10$nnIOloDnztI68qAd9gpRFObztsmrXf0S8mj3nI7x6TbXeqF4fNVd6', 'I Putu Erik Agustina', '8174774239', 'Palak, banjar ke utara', 'default.jpg', '2', 1, 1765869149, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (183, 'arianabuduhkledutan@gmail.com', '$2y$10$VBGWCYl97ln3mmL8WhQQfuZSCgkqWAma.kjIghKQ5ollxLhFUkThO', 'Komang Ariana', '81993996159', 'Jalan pantai purnama, kos pak suwirna', 'default.jpg', '2', 1, 1766031226, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (184, 'agussuwecaa06@gmail.com', '$2y$10$WEi3q5M.weRGGP7NgIODFODi5RyupnpXRFkRzGmdgIGHusLiib8Fe', 'I Ketut Agus Suweca', '81338264869', 'Guwang warung mek rum', 'default.jpg', '2', 1, 1766199998, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (185, 'nyomansuyasa212@gmail.com', '$2y$10$X6RGcYhClcXt279r1Bvxj.9D/1PrGIR3FBEw3YBLm1WMMNJ70cwVO', 'I Nyoman Suyasa', '895391463434', 'Pekuwudan , gang utara suwat ke barat', 'default.jpg', '2', 1, 1766216955, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (186, 'ldesymulianii@gmail.com', '$2y$10$OSz8kMfeqIIfF9RCtfbT9ucgQvhID5PyyscwCfmvJGbTyNjw6gnYu', 'Ni Luh Desy Muliani', '89607800526', 'Pekuwudan, utara suwat gang ke barat', 'default.jpg', '2', 1, 1766217414, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (187, 'putu9purwati@gmail.com', '$2y$10$EWf4CCRNNu5N0arliDGgJ.7FAxM4JKZYtt/f7U8xeianLaLRVPgQm', 'Putu Purwati', '089636390922', ' Jalan Pantai Purnama GG. Jeruk', 'default.jpg', '2', 0, 1766380661, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (188, 'rafitadewik10@gmail.com', '$2y$10$Gsp7WEF1oS0N6aJqxC.y3ekFdNtqyK9ozkBxImjtPUaCuKmsWGmt6', 'Ni Wayan Rapita Dewi', '87860663331', 'Pasar seni blok a', 'default.jpg', '2', 1, 1766464271, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (189, 'nikadekayuparwati091@gmail.com', '$2y$10$S9M1jr/B952I4JJoxiL4degTKfinmTuHZv0fSwCDJwjkoFE4oHslq', 'Ni Kadek Ayu Parwati', '81918007221', 'Banda', 'default.jpg', '2', 1, 1766545801, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (190, 'wayansudarsana1012@gmail.com', '$2y$10$smaP.jnsXuRJvLQPbsDzoewtEPB/kUoj9gDbRsedePwfbK5YgMgIC', 'I Wayan Sudarsana ( romes )', '089686211714', 'Gelumpang', 'default.jpg', '2', 1, 1766645755, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (191, 'niketutoktarianii@gmail.com', '$2y$10$3ZHe3istToL4e0HTXFoZyewvC7kxbW5upcgKeZm1Ufn.h/U1hy80q', 'Ni Ketut Okta Riani', '81775433023', 'Banda', 'default.jpg', '2', 1, 1766738505, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (192, 'febycantika484@gmail.com', '$2y$10$g5rPcM.dMElpZhlt9d5SMemUEWrQKa/Zl5TcxQR/Qkw.On8W20.TS', 'Ni Wayan Ayu Murdani ( rumah 2 )', '85974528522', 'Bon biu perumahan', 'default.jpg', '2', 1, 1766974558, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (193, 'wirawankd25@gmail.com', '$2y$10$fM2UytkCCDdF3ZezDprFDOoKZAC3rvnyP6fwB1G6hbnzHatKK8.kC', 'I Kadek Wirawan ( bengkel )', '87861860044', 'Pinda', 'default.jpg', '2', 1, 1767062905, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (194, 'astawajenged@dimensitech.my.id', '$2y$10$Nd7DIizQpkBFGcWgKYrYQeHTU7jZkNHRA5wXDopc6D5jGeCeNsTzK', 'Wayan astawa ( jenged )', '83110756664', 'Gelumpang', 'default.jpg', '2', 1, 1767076639, '', '', 0, '', '', '', '', '', '', '', '', ''); INSERT INTO `user` (`id`, `email`, `password`, `name`, `phone`, `address`, `image`, `role_id`, `is_active`, `date_created`, `gender`, `no_services`, `fee`, `ppn`, `pph`, `bhp`, `uso`, `admin`, `fee_active`, `fee_mitra`, `lang`, `codephone`) VALUES (195, 'madediana69@gmail.com', '$2y$10$z4o4LdfF0DC0bfbR0UxWU.55TCjr2phAVDc4o.Yruo7/P8qgfdJpa', 'I Made Diana', '8123835381', 'Banda', 'default.jpg', '2', 1, 1767670743, '', '', 0, '', '', '', '', '', '', '', '', '');