Active an account in Fee Database

Created by Hamta Fakhravar, Modified on Mon, 30 Oct, 2023 at 5:04 PM by Hamta Fakhravar

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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article