Data di tabel superadmin:

Array
(
    [0] => Array
        (
            [id] => 1
            [username] => superadmin
            [password] => $2y$10$vguBjLOPjWb/kunUg2gw6uigGycSm7BSlKSxECSGOgZUp7Z5CmB/i
            [nama_lengkap] => Super Admin
            [active] => active
        )

)

Data di tabel supervisor:

Array
(
    [0] => Array
        (
            [id] => 1
            [username] => supervisor
            [password] => $2y$10$vguBjLOPjWb/kunUg2gw6uigGycSm7BSlKSxECSGOgZUp7Z5CmB/i
            [nama_lengkap] => Supervisor Test
            [active] => active
        )

    [1] => Array
        (
            [id] => 3
            [username] => supervisor2
            [password] => $2y$10$Uyt6k1umpnxG4diLQiHtae.DeLIkRzOuuwT051cU6gUXJxCLt8Sri
            [nama_lengkap] => supervisor2
            [active] => active
        )

)

Data di tabel developer:

Array
(
    [0] => Array
        (
            [id] => 1
            [username] => developer
            [password] => $2y$10$vguBjLOPjWb/kunUg2gw6uigGycSm7BSlKSxECSGOgZUp7Z5CmB/i
            [nama_lengkap] => Developer Test
            [active] => active
        )

)

Password updated for superadmin
Password updated for supervisor
Password updated for developer