I'm programming a timeclock system. Where a user effectively punches their timeclock by entering their username/password in a specific computer. A timeclock user will first login. I just need to register that a user showed up by checking if the username and password they entered is correct. How can I do that in Devise? I don't want to actually log them in, only check that they are who they say they are. The timeclock user is the only user logged in at all times.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you use gem devise. Try
That code in file: devise/lib/devise/models/database_authenticatable.rb |
|||
|
|