1. You'll have to create your own login view. You can look at Django's view and just copy it. You can use the built-in authentication and template and everything, plus whatever else you want to do.
2. Here's how you do that: http://docs.djangoproject.com/en/1.2/topics/auth/#storing-additional-information-about-users -- 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.

