-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Made external permissioned users and slack users show diff #3147
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -43,7 +44,10 @@ def get_total_users_count(db_session: Session) -> int: | |||
""" | |||
user_count = ( | |||
db_session.query(User) |
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.
this filters out externally permissioned users
op.execute( | ||
""" | ||
UPDATE "user" | ||
SET role = 'SLACK_USER' |
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.
default to external perm to be "least permissive"
Description
Externally permissioned users no longer show up in the billing/admin panel.
Slack users now show up distincly
Screen.Recording.2024-11-16.at.8.56.57.AM.mov
Mental Checklist:
Backporting (check the box to trigger backport action)
Note: You have to check that the action passes, otherwise resolve the conflicts manually and tag the patches.