MCPcopy Create free account
hub / github.com/realpython/discover-flask / LoginForm

Class LoginForm

project/users/forms.py:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6class LoginForm(Form):
7 username = TextField('Username', validators=[DataRequired()])
8 password = PasswordField('Password', validators=[DataRequired()])
9
10
11class RegisterForm(Form):

Callers 1

loginFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected