Authentication Debug

Debug database connection and password hashing

Authentication Debug Panel

Troubleshooting Steps

  1. Run the debug panel above to check database connection
  2. Verify that users exist in the database
  3. Check if password hashes match the expected format
  4. If hashes don't match, re-run the database setup script: 02-create-admin-user.sql
  5. Test login again after fixing any issues