Password Hash Generator

Password: 12345678

Hash:
$2y$10$LuCwGhB3NEbnj3ILtDJXou2IBFWOL1Y9cxBawFExkdcWWCq75sgsq


Step 1: Copy the hash above

Step 2: Go to phpMyAdmin → idealtre_equipment → fm_admins table → Edit the admin row → paste hash into the password field → Save

Step 3: DELETE this file immediately after!


OR run this SQL directly in phpMyAdmin:

UPDATE fm_admins SET password='$2y$10$LuCwGhB3NEbnj3ILtDJXou2IBFWOL1Y9cxBawFExkdcWWCq75sgsq' WHERE email='admin@ferdinandmerchandise.com';