From 7e66e476564530a86b45d906638b264156bf1b2e Mon Sep 17 00:00:00 2001 From: Lynne Date: Tue, 6 Nov 2018 19:11:03 +1000 Subject: [PATCH] log in and store info in database --- requirements.txt | 3 ++- templates/home.html | 2 +- web.py | 60 +++++++++++++++++++++++++++------------------ 3 files changed, 39 insertions(+), 26 deletions(-) diff --git a/requirements.txt b/requirements.txt index ae09db0..a22d459 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -Flask==1.0.2 \ No newline at end of file +Flask==1.0.2 +bcrypt==3.1.4 \ No newline at end of file diff --git a/templates/home.html b/templates/home.html index fabc4dd..dcc3425 100644 --- a/templates/home.html +++ b/templates/home.html @@ -7,7 +7,7 @@ -

Welcome, {{ acct }}

+

Welcome

You're all set up and ready to go.