mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-04 10:13:30 +02:00
wip
This commit is contained in:
parent
2e1ff849cf
commit
695b4199f3
4 changed files with 23 additions and 9 deletions
|
@ -64,6 +64,10 @@ class User(AbstractUser):
|
|||
def is_restricted(self):
|
||||
return self.status == self.RESTRICTED
|
||||
|
||||
@classmethod
|
||||
def needs_identity_verification(email, uuid):
|
||||
return True
|
||||
|
||||
def check_domain_invitations_on_login(self):
|
||||
"""When a user first arrives on the site, we need to retrieve any domain
|
||||
invitations that match their email address."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue