Tagged Questions

1
vote
1answer
260 views

After deployment, login control stops working

In my development environment I can register and login just fine. After loging in or registering I do a redirect. Once deployed I noticed that the registering still works, but the page refreshes. ...
1
vote
5answers
238 views

Best method to block repeated login requests w/out a database?

I'm trying to write an improved password reset function for one of our public facing websites and in addition to a better captcha I wanted to flag a username that attempts to login w/ no success x ...