-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Throw an invalid token exception is token is marked outdated #17443
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
Conversation
|
I think this is good to go :) |
lib/private/Authentication/Exceptions/PasswordExpiredTokenException.php
Outdated
Show resolved
Hide resolved
|
Review time @blizzz this should help a bit with locked out LDAP stuff. |
blizzz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense
Yes, when password changed on the backend. But it used to be working iirc? |
This comment has been minimized.
This comment has been minimized.
This avoids hitting the backend with multiple requests for the same token. And will help avoid quick LDAP lockouts. Signed-off-by: Roeland Jago Douma <[email protected]>
35facfc to
b371e73
Compare
|
/backport to stable17 |
|
backport to stable17 in #18198 |
This avoids hitting the backend with multiple requests for the same
token. And will help avoid quick LDAP lockouts.