I´m using the built-in authentication and now I´m trying to do a  
registration page (for the website-user, not the admin-user).
I´m using an AddManipulator (manipulator = User.AddManipulator()),  
but I do have some problems:

1. how do I save the password (seems that I have to change new_data  
which doesn´t look clean to me ...) - note: I know how to generate  
the password from a raw string though.
2. there´s no validation (how do I get that?)
3. date_joined and last_login seems to be required, as well as  
first_name and last_name (although they don´t show up as required in  
the admin-interface)

has anybody done that already? any pointers?

thanks,
patrick



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to