Files
notifications-admin/app/main
Leo Hemsted aff9d47323 don't hit API when checking new account email-token
we currently store new account email verify tokens in the database, and
check against that to work out if they've expired. But we don't need to
do that, tokens have their own timing mechanism. So lets just use that,
and free up the database to do other things.

Also, standardised the forgot password, change email, and new account
email verification timeouts to all be an hour, from the config val
'EMAIL_EXPIRY_SECONDS'
2017-11-01 15:32:24 +00:00
..
2017-10-20 11:02:39 +01:00
2017-10-30 15:31:35 +00:00
2017-08-02 11:04:14 +01:00