-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove "_token" from parseIdentity #408
Conversation
94th line, `$repo->login($input)`. In fact, it'll extract username or email from the `$input` as throttle identity However, `$repo->isThrottled($input)` will just use `$input` as throttle identity. so, the throttle identity will never match up resulting in login throttling not working.
Thanks @WPPD Also you can give me access to |
hi @Zizaco I've added you to the Collaborators list. I think it's best to leave it to you since I'm not good at this thing. |
hey @Zizaco I've add Please let me know if you need me to do anything. I'm very new to this. :] |
…ttled since CacheLoginThrottleService::parseIdentity now removes _token
…approach when parsing identity
@WPPD The tests are good now! I've made some tweaks in your branch. Thanks again for spotting this problem :) |
also add a note (or say warning) about login throttle in the UsersController