Skip to content

Commit

Permalink
feat: add VerificationAttempt model to verify_student application
Browse files Browse the repository at this point in the history
This commits adds a VerificationAttempt model to store implementation and provider agnostic information about identity verification attempts in the platform.
  • Loading branch information
MichaelRoytman authored and ilee2u committed Aug 26, 2024
1 parent e615540 commit 1d291f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/djangoapps/verify_student/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1213,4 +1213,5 @@ class VerificationAttempt(TimeStampedModel):
expiration_datetime = models.DateTimeField(
null=True,
blank=True,
db_index=True,
)

0 comments on commit 1d291f2

Please sign in to comment.