User Account Debug

✅ Users table exists

Current Users:

IDUsernamePassword HashLength
1admin$2y$10$8oHGx6eWblNTrKnIfUiY/uup5sBKtBWPYCRlsL931EYeZp6k.zJGW60

Create Test User:

Username:
Password:

Table Structure:

idint(11)
usernamevarchar(50)
passwordvarchar(255)
roleenum('admin','user')
fullnamevarchar(100)
emailvarchar(100)
created_attimestamp