forms-authentication

Django UserCreationForm custom fields

Django UserCreationForm custom fields Question: I am trying to create form for user registration and add some custom fields. For doing that, I’ve subclassed UserCretionForm and added fields as shown in django documentation. Then I’ve created function-based view and template based on this form. Now, I can successfully create user and this user is added …

Total answers: 2