Skip to content

Instantly share code, notes, and snippets.

@dcouto
Created October 25, 2018 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcouto/0097e96fb8b56c3cd03dd473aabf6f42 to your computer and use it in GitHub Desktop.
Save dcouto/0097e96fb8b56c3cd03dd473aabf6f42 to your computer and use it in GitHub Desktop.
USE [database_name]
GO
UPDATE [dbo].[aspnet_Membership]
SET [IsLockedOut] = 0
WHERE UserId = 'B09BBCDE-9B3C-4DCD-B69E-67F615CE01E9'
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment