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
  • some scripts commited
    22a7eb90
    Amrita Vishnoi authored
    2017-04-26 12:42:12 +0530  
    Browse Code ยป
unlockAIAUser.txt 181 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