mirror of
https://github.com/ansible/awx.git
synced 2026-06-29 10:28:01 -02:30
Reword help text for manage org auth
This commit is contained in:
@@ -547,7 +547,7 @@ class UserAccess(BaseAccess):
|
||||
return False
|
||||
|
||||
def can_attach(self, obj, sub_obj, relationship, *args, **kwargs):
|
||||
if not settings.MANAGE_ORGANIZTAION_AUTH:
|
||||
if not settings.MANAGE_ORGANIZATION_AUTH:
|
||||
return False
|
||||
|
||||
# Reverse obj and sub_obj, defer to RoleAccess if this is a role assignment.
|
||||
|
||||
Reference in New Issue
Block a user