skang to better understand, can you log into the system at all?
If you can't log in, here is an SQL query you can run:
UPDATE staff
SET PROFILE='admin',
WHERE USERNAME='my_username';
This will set the my_username
user (edit accordingly) back to the admin
profile.