Here it is, it activates the Administrator account if i dont enter user in cloudinit and it creates another account if i give in this case.
223 sub configdrive2_metadata {
224 my ($conf, $vmid, $user, $network) = @_;
225 my $uuid = Digest::SHA::sha1_hex($user.$network);
226...