Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 720 Bytes

recipes_user_profile_app.rst

File metadata and controls

24 lines (21 loc) · 720 Bytes

User Profile App

The User Profile App builds on the features of :doc:`recipes_basic_app`:
- Internationalization
- Login, Change password and Logout
- Register with Username and Email, Change username
- Email confirmation, Forgot password
- the create_app() application factory pattern

And adds the following:
- Register form with UserProfile fields (v0.4.5 and up)

This app requires appropriate SMTP configuration.

Source code

The code for this example app can be found on github:

https://github.com/lingthio/Flask-User/tree/master/example_apps/user_profile_app

Up Next

:doc:`recipes_multi_email_app`