mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 00:57:02 +02:00
Merge branch 'main' into za/1851-check-how-user-was-verified
This commit is contained in:
commit
cb030cb694
15 changed files with 1623 additions and 81 deletions
|
@ -58,6 +58,7 @@ class User(AbstractUser):
|
|||
null=True, # Allow the field to be null
|
||||
blank=True, # Allow the field to be blank
|
||||
verbose_name="user status",
|
||||
help_text='Users in "restricted" status cannot make updates in the registrar or start a new request.',
|
||||
)
|
||||
|
||||
domains = models.ManyToManyField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue