Skip to content

radovsky/login-timeout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Rails app that will only allow users a certain number of unsuccessful login attempts in a given time period before forcing them to wait before attempting again. To modify failed_login_mins (minutes from first failed login until failed login attempts are cleared) and lockout_mins (minutes user will be locked out after three unsuccessful login attempts), see line 13 in app/assets/controllers/sessions_controller.rb. To run Capybara tests, do ‘bundle exec rspec’.

About

this will foil those password-guessers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors