mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 17:56:11 +02:00
set up step_up_auth using stubbed out User.needs_identity_verification
This commit is contained in:
parent
695b4199f3
commit
f6a288f511
3 changed files with 15 additions and 10 deletions
|
@ -65,7 +65,7 @@ class User(AbstractUser):
|
|||
return self.status == self.RESTRICTED
|
||||
|
||||
@classmethod
|
||||
def needs_identity_verification(email, uuid):
|
||||
def needs_identity_verification(cls, email, uuid):
|
||||
return True
|
||||
|
||||
def check_domain_invitations_on_login(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue