Lets beef up the security of our website with an actual login so that we can ensure that only the real administrator in possession of the administrator password can access the admin page. The new post is found at https://guppysecurity.com/flask-app-login-vulnerable-to-sql-injection/
We have heard that the way to go is with databases and in Flask SQLAlchemy is a leading star.