Logging in

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Need Help I was working on the customer settings under configuration and I must have checked off the username by accident and when I hit saved it kicked me out. When I went to sign in with my email address like I have been doing now I can not log in because I never set up a user name. Is there another way I can log in so I can fix the problem and continue working on my site.
11 years ago
If you have a tool (like SSMS) to update SQL Server Table directly:
update [Setting]
   set Value = 'False'
where Name like 'customersettings.usernamesenabled'
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.