Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
class
LoginForm(Form):
7
username = TextField(
'Username'
, validators=[DataRequired()])
8
password = PasswordField(
'Password'
, validators=[DataRequired()])
9
10
11
class
RegisterForm(Form):
Callers
1
login
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected