alexdobre / RDL_Google_Tech

Java for the Google technology code
0 stars 0 forks source link

Protect against brute force login attempts #155

Open alexdobre opened 10 years ago

alexdobre commented 10 years ago

If the user logs in with invalid credentials 3 times - the app should present a Captcha field to prevent further brute force attempts.

On the server side we limit the Login attempts via time and captcha.