mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 19:09:22 +02:00
Add brief overview on contact/user
This commit is contained in:
parent
d334f37293
commit
adecbdcfc7
2 changed files with 10 additions and 0 deletions
|
@ -24,6 +24,11 @@ class User(AbstractUser):
|
|||
but can be customized later.
|
||||
|
||||
This model uses signals [as defined in [signals.py](../../src/registrar/signals.py)].
|
||||
When a new user is created through Login.gov, a contact object will be created and
|
||||
associated on the contacts `user` field.
|
||||
|
||||
If the `user` object already exists, said user object
|
||||
will be updated if any updates are made to it through Login.gov.
|
||||
"""
|
||||
|
||||
class VerificationTypeChoices(models.TextChoices):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue