Skip to content
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

Add a nightly cleanup task for incomplete multifactor registrations #2848

Open
lomky opened this issue Feb 14, 2023 · 1 comment
Open

Add a nightly cleanup task for incomplete multifactor registrations #2848

lomky opened this issue Feb 14, 2023 · 1 comment

Comments

@lomky
Copy link
Member

lomky commented Feb 14, 2023

Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.

  • What are we trying to do?
    Keep a clean database by removing defunct, incomplete MFA registrations

  • What feature or behavior is this required for?
    Part of finalizing Add multifactor authentication #2003

  • How could we solve this issue? (Not knowing is okay!)
    Add a line to our Nightly Cleanup Task Querying the AuthFactor's that are registration_complete false and old enough to be past becoming validated (an hour old or more, maybe?), and deleting them.

  • Anything else?
    Has to wait for Add Multi Factor Authentication with SMS #2819 to be merged!

@alepbloyd
Copy link
Contributor

Taking a look at this one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants