Mengubah password semua actor

This commit is contained in:
2026-06-09 20:22:09 +07:00
parent ba4bd1f280
commit 311e5579f4
7 changed files with 59 additions and 54 deletions
+2 -8
View File
@@ -91,11 +91,5 @@ PREPARE stmt FROM @sql;
EXECUTE stmt;
DEALLOCATE PREPARE stmt;
-- ── 6. Update password walikota (gunakan generate_hash.php untuk update bcrypt) ──
-- Password walikota: walikota123
-- Jalankan generate_hash.php setelah migrasi ini untuk update hash
-- ============================================================
-- SELESAI. Jalankan generate_hash.php untuk update password hash.
-- URL: http://localhost/WebGIS/pertemuan fix/generate_hash.php
-- ============================================================
-- ── 6. Password semua akun: "password" ──
-- Jalankan update_pass.php atau generate_hash.php jika database sudah ada.