Hello,

Looking at the code for the create_inactive_user method of
models.RegistrationManager it looks like the activation key is auto
generated and appended in the message sent to the user, however, the
only portion of the message sent is the 'activation_email.txt' file.
How do I get the rest of the message to be sent?

            message = render_to_string('registration/
activation_email.txt',
                                       { 'activation_key':
registration_profile.activation_key,
                                         'expiration_days':
settings.ACCOUNT_ACTIVATION_DAYS,
                                         'site': current_site })

Thanks for any help,

J
--~--~---------~--~----~------------~-------~--~----~
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