Handle user/email collisions, expire pending registrations
Closed this issue · 2 comments
ctrager commented
Need to check user table AND pending registratins (emailed_links table) when update user changes username or email.
Also, need to check physically delete stale pending registrations so that the username/emails aren't wasted.
ctrager commented
Collisions okay, but still need to expire registrations
ctrager commented
done