Base solution for your next web application
Open Closed

How to query UserLoginAttempt #2084


User avatar
0
joemo created

How can I get at and query UserLoginAttempt table? I want to check if an IP has logged in before in the Web module


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You can inject a repository like this IRepository<UserLoginAttempt,long> into your controller or into your AppService and query the table with this repository.