Commit 0dee2e92 by David Ormsbee

resend the same activation link instead of a new one when someone who is not active tries to log in

parent 491f10d1
......@@ -559,7 +559,6 @@ def reactivation_email(request):
def reactivation_email_for_user(user):
reg = Registration.objects.get(user=user)
reg.register(user)
d = {'name': user.profile.name,
'key': reg.activation_key}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment