Flask Example: Login, Signup and Forgot password
Go to file
Andros Fenollosa ec3052c0ae Optimize images
2017-05-19 10:02:42 +02:00
migrations First commit 2017-05-17 20:16:30 +02:00
screenshots Optimize images 2017-05-19 10:02:42 +02:00
static First commit 2017-05-17 20:16:30 +02:00
templates Update texts and Fixbugs 2017-05-18 18:25:54 +02:00
.gitignore Remove database test 2017-05-18 22:20:27 +02:00
app.py Fixbug encrypt 2017-05-18 22:18:48 +02:00
envExample Update texts and Fixbugs 2017-05-18 18:25:54 +02:00
forms.py Update texts and Fixbugs 2017-05-18 18:25:54 +02:00
models.py Update texts and Fixbugs 2017-05-18 18:25:54 +02:00
README.md Update README 2017-05-18 18:53:23 +02:00
requirements.txt Update README 2017-05-18 18:53:23 +02:00

Flask Example: Login, Signup and Forgot password

DEMO

login

Description

  • Login system.
  • Signup.
  • Forgot password.
  • Validations.
  • Private page only for registered users.
  • System emails.

Use

  • Flask (Obvious!)
  • Flask-SQLAlchemy (ORM for database)
  • Flask-WTF (Generation of forms and validations)
  • Flask-Migrate(Migratios)
  • Flask-Mail(Send emails)

Install

cp envExample .env

Configure variables. Next.

source .env
pip install -r requirements.txt

Create database.

python3 models.py db upgrade

Run

python3 app.py

Screenshots

signup message forgot email dashboard