Sounds to me like you have done the wrong thing in your templates.

My registration email template contains this line:

http://{{ site }}{% url registration_activate
activation_key=activation_key %}

which should provide the correct information.

If you already have that and it still does not work have you also made
sure to include an ACCOUNT_ACTIVATION_DAYS = 7 setting in your
settings.py file? The number denotes the number of days before an
account expires if not activated.

On Mar 13, 6:14 pm, Sergio Berlotto Jr <ser...@archlinux.com.br>
wrote:
> The variable "activation_key" is blank, with no value, and the result os
> activation redirect always to activation_failed view.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to