-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Always renew apppasswords on login #25460
Conversation
/backport to stable21 |
f352e87
to
1c61da7
Compare
Code makes sense, but still one failure:
/drone/src/lib/private/Authentication/Token/PublicKeyTokenProvider.php:418 |
Else you can end up that you renewed your password (LDAP for example). But they still don't work because you did not use them before you logged in. Signed-off-by: Roeland Jago Douma <[email protected]>
1c61da7
to
cd457cc
Compare
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 2122: failureacceptance-header
Show full log
|
these changes breaking the webauthn login (not 2FA). NC 21.0.3 and NC 22 after reverting this changes in my NC 21.0.3, everything is working again as expected! |
There was a major increase in the number of
|
#29682 should fix that |
21 is indeed impacted with high database load. The above screenshots are from a 21.0.7 server. |
Maybe you can create a new issue then as the author of the PR is no longer with the project and therefore commenting on a ~1 year old PR is not the best way forward. |
Else you can end up that you renewed your password (LDAP for example).
But they still don't work because you did not use them before you logged
in.