Long story short:
You need to set type field in the users table to 3:
update users set type=3 where userid=66;