contrib.auth.forms Bug

2020-06-29 Thread V O
Hello, Please have a look at the following: I was just about to subclass the login form of django.contrib.auth.forms: "class AuthenticationForm(forms.Form)" after dealing a bit with the code I was about to customize the user_is.active check in order to display a customized message at my login

how-to style registration form?

2018-09-09 Thread V O
i currently try to "style" my registration form. in General i get the concept behind it but not at that point: This is how it's intendet to be (and not working): class RegistrationForm(UserCreationForm): > username = forms.CharField(required=True, label='Username', > widget=forms.T