diff --git a/example_apps/quickstart_app.py b/example_apps/quickstart_app.py index 8a7699b3..e8cc0fb0 100644 --- a/example_apps/quickstart_app.py +++ b/example_apps/quickstart_app.py @@ -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