Under some conditions AD accounts can become locked in Carousel 7. Running the following SQL query on the FrontDoor50 Database should unlock the account(s):
USE FrontDoor50;
UPDATE dbo.aspnet_Membership SET IsLockedOut = 0 WHERE IsLockedOut = 1
Under some conditions AD accounts can become locked in Carousel 7. Running the following SQL query on the FrontDoor50 Database should unlock the account(s):
USE FrontDoor50;
UPDATE dbo.aspnet_Membership SET IsLockedOut = 0 WHERE IsLockedOut = 1