mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-31 09:43:54 +02:00
updated related mentions to admin to be Manager
This commit is contained in:
parent
485a05e45e
commit
649a224562
6 changed files with 11 additions and 11 deletions
|
@ -582,7 +582,7 @@ class DomainApplication(TimeStampedModel):
|
|||
# create the permission for the user
|
||||
UserDomainRole = apps.get_model("registrar.UserDomainRole")
|
||||
UserDomainRole.objects.get_or_create(
|
||||
user=self.creator, domain=created_domain, role=UserDomainRole.Roles.ADMIN
|
||||
user=self.creator, domain=created_domain, role=UserDomainRole.Roles.MANAGER
|
||||
)
|
||||
|
||||
self._send_status_update_email(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue