User Profile App¶
The User Profile App builds on the features of Basic App:
- Internationalization
- Login, Change password and Logout
- Register with Username and Email, Change username
- Email confirmation, Forgot password
- the
create_app()
application factory patternAnd 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