Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example_apps/quickstart_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ConfigClass(object):
SQLALCHEMY_TRACK_MODIFICATIONS = False # Avoids SQLAlchemy warning

# Flask-User settings
USER_APP_NAME = "Flask-User QuickStart App" # Shown in and email templates and page footers
USER_APP_NAME = "Flask-User QuickStart App" # Shown in email templates and page footers
USER_ENABLE_EMAIL = False # Disable email authentication
USER_ENABLE_USERNAME = True # Enable username authentication
USER_REQUIRE_RETYPE_PASSWORD = False # Simplify register form
Expand Down