consolelog adminallusers shown remove from index

This commit is contained in:
ralphi3
2026-06-18 11:53:35 +12:00
parent 90d838f3a3
commit eda37b8ad1
4 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -36,11 +36,9 @@ def handle_submission():
db.session.add(new_user) db.session.add(new_user)
db.session.commit() db.session.commit()
return redirect(url_for('success')) return redirect(url_for('signup'))
return print('account made')
@app.route('/success')
def success():
return "<h3>Data successfully saved to the database!</h3>"
@app.route('/users') @app.route('/users')
def view_users(): def view_users():
Binary file not shown.
+1
View File
@@ -2,4 +2,5 @@
{% block content %} {% block content %}
<iframe src="http://127.0.0.1:5000/users" width="100%" height="500px"></iframe> <iframe src="http://127.0.0.1:5000/users" width="100%" height="500px"></iframe>
<h3>password is encrypted which is why it show up as scrypt: and someother stuff</h3>
{% endblock %} {% endblock %}
-1
View File
@@ -5,7 +5,6 @@
<h1>homepage for math website wow</h1> <h1>homepage for math website wow</h1>
<iframe src="http://127.0.0.1:5000/users" width="100%" height="500px"></iframe>
</div> </div>