Hi everyone,

I'm trying to create a registration process that includes membership
details and a paypal bit (for a non-profit org), and use the
registration app as the first step.

However, I'd like to log people in when they 'activate' (click the
link in the email and return to the site). I've gotten stuck, although
I can log people in by sub-classing the form, that's *before* they've
activated. (Sidenote: it seems wrong that I can log someone in
manually even though they aren't active?)

I'm currently getting a "NotImplementedError", with this code:
http://dpaste.com/111247/

(NB: I did try everything I could think of not to change the app, but
I'm not exactly a programmer, and don't know how to sub-class views,
if that is even what I should do?)

Login just requires a request and a user, both of which it has, so I
guess it's due to being called from the the model?

Any help would be very welcome...

Kind regards,

-Alastair


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

Reply via email to