AuthenticateForm

Qualified name: intranet.apps.auth.forms.AuthenticateForm

class intranet.apps.auth.forms.AuthenticateForm(request=None, *args, **kwargs)[source]

Bases: AuthenticationForm

Implements a login form.

username

The username text field.

password

The password text field.

Form fields:

Methods

clean

is_valid

Validates the username and password in the form.

Attributes

media

is_valid()[source]

Validates the username and password in the form.