Skip to content

Commit

Permalink
changing default role to Viewer since Public has a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cmharlow committed Apr 8, 2019
1 parent 656e985 commit 561620e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webserver_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
AUTH_USER_REGISTRATION = True

# The default user self registration role
AUTH_USER_REGISTRATION_ROLE = "Public"
AUTH_USER_REGISTRATION_ROLE = "Viewer"

# When using OAuth Auth, uncomment to setup provider(s) info
# https://flask-appbuilder.readthedocs.io/en/latest/security.html
Expand Down

0 comments on commit 561620e

Please sign in to comment.