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 enabled field to users table #3382

Open
3 tasks
t83714 opened this issue Jul 21, 2022 · 0 comments
Open
3 tasks

Add enabled field to users table #3382

t83714 opened this issue Jul 21, 2022 · 0 comments

Comments

@t83714
Copy link
Contributor

t83714 commented Jul 21, 2022

Add enabled the field to the users table

This field allows admins to disable a user from admin panel.

Things to do:

  • add enabled field to SQL migration field
  • Add a global rule that makes sure when enabled = false, auth decision will always be evaluated to false
  • Update Auth Plugin SDK to make sure proper error will be thrown for users whose enabled = false
    • This will allow smooth upgrade for all auth plugins (i.e. only need to bump the SDK version and build a new version)
@t83714 t83714 added this to the Next (v2.0.0) milestone Jul 21, 2022
@t83714 t83714 modified the milestones: Next (v2.0.0), v3.0.0 Aug 8, 2022
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

1 participant