mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
make scope write by default
This commit is contained in:
@@ -109,6 +109,7 @@ class OAuth2AccessToken(AbstractAccessToken):
|
||||
)
|
||||
scope = models.TextField(
|
||||
blank=True,
|
||||
default='write',
|
||||
help_text=_('Allowed scopes, further restricts user\'s permissions. Must be a simple space-separated string with allowed scopes [\'read\', \'write\'].')
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user