-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Clear backupcode reminder when no 2fa #14553
Clear backupcode reminder when no 2fa #14553
Conversation
Fixes #14125 Listen to 2FA disable event. If a provider is disabled for a user. We check if there are no more providers. If there are no more providers we Remove the backupcode reminder notification (if still present). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
If the job is still present we should also not fire it off if there is not a single active 2FA provider. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 16797: failureTESTS=acceptance, TESTS-ACCEPTANCE=app-files-tags
Show full log
TESTS=acceptance, TESTS-ACCEPTANCE=login
Show full log
TESTS=acceptance, TESTS-ACCEPTANCE=users
Show full log
|
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.
Code looks good 👍
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.
Looks good!
We should backport this to 15 |
/backport to stable15 |
backport to stable15 in #14559 |
Fixes #14125