Skip to content

Commit

Permalink
Changed default role for new users
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSeldon23 committed Nov 28, 2024
1 parent 9e2d317 commit a403425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def _try_json_readsha(filepath: str, length: int) -> str | None:

# Authentication Configuration
AUTH_USER_REGISTRATION = True
AUTH_USER_REGISTRATION_ROLE = "sql_lab"
AUTH_USER_REGISTRATION_ROLE = "Alpha"
AUTH_ROLES_SYNC_AT_LOGIN = True
AUTH_ROLES_MAPPING = {
"studio_admin": ["Admin"],
Expand Down

0 comments on commit a403425

Please sign in to comment.