UPDATE t
SET IsLockedOut = 0,
FailedPasswordAttemptCount = 0,
FailedPasswordAttemptWindowStart = CONVERT( datetime, '17540101', 112 ),
FailedPasswordAnswerAttemptCount = 0,
FailedPasswordAnswerAttemptWindowStart = CONVERT( datetime, '17540101', 112 ),
LastLockoutDate = CONVERT( datetime, '17540101', 112 )
----select *
FROM DTIntranet.dbo.aspnet_Membership t
where LoweredEmail='anardulli@dt.com'
--*******************************************************************
DECLARE @NumTablesDeletedFrom int
EXEC DTIntranet.dbo.aspnet_Users_DeleteUser '/','nardullia',15,@NumTablesDeletedFrom
SELECT @NumTablesDeletedFrom
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article