Zelova Dentrix ⚠ Dev Tool
Back to Login
Security Warning: This page bypasses authentication. Delete or protect reset_password.php from public access after use.
🔐 Password Reset Utility
Use this tool to set or reset SuperAdmin passwords without needing to know the current hash.

Quick Fix Steps

  1. Find your user in the table below — verify their email matches what you're typing at login
  2. Click Test Password to check if current password is correct (mismatched hash = wrong password)
  3. If test fails, use Reset Password to set a new bcrypt hash
  4. Go back to login page and sign in with the new password

SuperAdmin Users

All existing superadmin console users — 1 found

ID User Email Role Status Test Password
#1
SU
Super Admin
admin@zelovatechnologies.com Superadmin Active

Reset Existing User Password

Select a user and set a new password

Quick suggestion:

Create New SuperAdmin

Add a fresh admin user with a known password

Use default credentials:

Hash Inspector

Generate a bcrypt hash manually or check what's in the DB

User Hash Preview Valid Bcrypt?
Super Admin
admin@zelovatechnologies.com
$2y$12$pjk9QYZ1rxixqtmGb8md5OM… Yes — valid bcrypt
ℹ NOTES
  • The database seed used password_hash('password', PASSWORD_BCRYPT)
  • If hash doesn't start with $2y$, it's not a valid bcrypt hash
  • Use "Reset Password" tab above to fix any user with an invalid hash
  • Default login after reset: use whichever password you just set
Remember to delete or move reset_password.php from the superadmin folder after use.
→ Go to Login Page