django-registration
Using Django-Registration, what's the easiest way to remove and use email address
For my app, I\'d just like people to register with an email address and password an开发者_JAVA百科d use that to log in. Essentially I dont want the username to ever be seen by the end user.[详细]
2023-03-17 00:31 分类:问答Django - authentication, registration with email confirmation
I\'m looking at the API for authentication https://docs.djangoproject.com/en/1.3/topics/auth/ I can\'t seem to find information on simple user registration form that would send confirmation email a[详细]
2023-03-15 18:51 分类:问答How to use different form in Django-Registration
Django-Registration has several form classes in the forms.py file. One is \"class RegistrationFormTermsOfService(RegistrationForm) ..[详细]
2023-03-14 00:37 分类:问答Convert a function from many to single
I have a function from django-registration which re-sends an activation email to the given recipients. I am trying to convert the function from accepting multiple users for a given email to only one u[详细]
2023-03-10 12:14 分类:问答Auto log-in and re-send email
I have a django-registration up and working. I would like to add two additional features to it and am having a bit of difficulty understanding the inner-workings of the log-in process.[详细]
2023-03-10 06:43 分类:问答Can't get django-registration to redirect to ?next after login
This seems like a really simple problem, but I can\'t get it to work. django-registration will pass in the correct ?next=..... if the @login_required decorator is present in the particular view functi[详细]
2023-03-08 07:20 分类:问答Django-registration profile fields
I am trying to add a location field to a user\'s profile in django-registration. I have added the following model:[详细]
2023-03-08 00:08 分类:问答Defining template variables in django-registration
I am trying pass a new variable into a template within django-registration. Here is the code I have --[详细]
2023-03-07 06:22 分类:问答debugging django signals' problems
I\'m having problems with connecting to a signal in django. I\'ve been following a tutorial available at http://dmitko.ru/?p=546 and tried to extend user registration.[详细]
2023-03-06 14:29 分类:问答django-registration create_user() unexpected keyword
I am trying to create a custom profile to add additional fields to django-registration. Here is the code I have so far --[详细]
2023-03-06 05:01 分类:问答