lambdalisue / django-inspectional-registration

Django registration app with Inspection before activation
http://pypi.python.org/pypi/django-inspectional-registration
42 stars 26 forks source link

Registration keys are not renewed when resending registration email #29

Closed giginet closed 9 years ago

giginet commented 9 years ago

When inspectors resend registration email via admin view, however registration keys are not renewed.

So, users can't register if their registration keys are expired.

lambdalisue commented 9 years ago

Actually, that is a specified behavior (https://github.com/lambdalisue/django-inspectional-registration/blob/master/src/registration/admin/__init__.py#L250-L256). However, I agree with that the behavior does not follow the real usage so I'll change the behavior of "Resend acceptance e-mail" action.

lambdalisue commented 9 years ago

Fixed in 0.4.6