This is an open forum for any mojoPortal topics that don't fall into the other categories.
I apologize for being a N00b. I somehow managed to lock my admin account out. From searching this site I understand that I need to go into SQL Server Managment Studio and change the table mp_users IsLockedOut to 0. The problem is, I dont know how to actually execute that change.
This is SQL Express 2008, I am connected to my SQL server using the SA password.
In SQL Managment Studio I expanded Databases \ DataBase Name \ Tables \ dbo.mp_Users \ Columns and I see "IsLockedOut"
I double Click on it - But I dont know what to do now.
Any help would be great ....
Thanks
You should right click the table and choose "Edit Top 200 Rows"
Hope it helps,
Joe
AWESOME - edited the top 200 rows, changed the value from true to false - worked liek a charm. Thanks Joe