Changeset 8bae554 in OpenWorkouts-current for ow/models/user.py


Ignore:
Timestamp:
Feb 21, 2019, 9:54:45 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
d411dae
Parents:
38171c6
Message:

(#67) Allow users to send again the verification link (up to 3 times)
to the email address they provided when signing up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/models/user.py

    r38171c6 r8bae554  
    4242        self.verified = False
    4343        self.verification_token = None
     44        self.verification_tokens_sent = 0
    4445        super(User, self).__init__()
    4546
Note: See TracChangeset for help on using the changeset viewer.