incuna / django-user-management

User management model mixins and api views.
BSD 2-Clause "Simplified" License
57 stars 24 forks source link

Make token expires for AccountVerifyView #134

Closed kevinetienne closed 9 years ago

kevinetienne commented 9 years ago

By default signing.loads has max_age sets to None which makes the token to validate an account to never expire.

kevinetienne commented 9 years ago

@Ian-Foote @meshy can you review/merge?