As the headline suggest i'm having a issue with the built in log in script in Dreamweaver cs3 and I hope this is the right section to post. I have it set up where a user can register a username/account and by default the user/account is registered as a non-administrator. My problem arrives when a user/account is switched to a administrator. Once a switch has been made XY user/account can no longer log in at all, even after switched back to non-administrator. The XY user/account has to be deleted and recreated to be able to log in again. I have it set up basically in the database, I have a enum with the value 'n','y' default 'n'. non-admin = 'n' and admin = 'y' when 'n' changes to 'y' a wrench is thrown into the system. I can't figure out what is throwing the wrench. Any ideas to what is causing this issue? if more info is need, will post.