Logo white

ADAM / AIAHTML5

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues
  • Merge Requests 14
  • Labels
  • Wiki
  • Snippets
  • AIAHTML5
  • 500-DBDump
  • unlockAIAUser.txt
  • push new prod code from local to AIA_Production branch. Deleted IP10 folder.
    7abfb96b
    Birendra Kumar authored
    2019-09-06 11:37:29 +0530  
    Browse Code ยป
unlockAIAUser.txt 173 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
select * from AIAUser 

select * from dbo.IncorrectLoginAttempts where UserId =1


Begin tran
Update IncorrectLoginAttempts set CntIncorrectLogins =0 where UserId =1

Commit