class documentation
class CustomAuthenticationForm(AuthenticationForm):
Custom form that allows assignment of classes to widgets.
Note that due to the inheritance from AuthenticationForm
the email field, which
is used to log in users, is called username.