From eda37b8ad1551e5312aec035fcfcf9c37891003b Mon Sep 17 00:00:00 2001 From: ralphi3 Date: Thu, 18 Jun 2026 11:53:35 +1200 Subject: [PATCH] consolelog adminallusers shown remove from index --- app.py | 6 ++---- instance/accounts.db | Bin 16384 -> 16384 bytes templates/all_users.html | 1 + templates/index.html | 1 - 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/app.py b/app.py index fa39a26..934b302 100644 --- a/app.py +++ b/app.py @@ -36,11 +36,9 @@ def handle_submission(): db.session.add(new_user) db.session.commit() - return redirect(url_for('success')) + return redirect(url_for('signup')) + return print('account made') -@app.route('/success') -def success(): - return "

Data successfully saved to the database!

" @app.route('/users') def view_users(): diff --git a/instance/accounts.db b/instance/accounts.db index 18a4dfd4075c0e3909ad7498e565245fca15910b..ed5a8aa6b466d248f5fd172cfac3019ce2f8dcd9 100644 GIT binary patch delta 1028 zcmaiz&5B$_6vuDRoo*QEOp%C0(U3rTks&atb54Es#tcq`eCRMqFp!PbIaQU%|D z`=Tf)+zf-@vw>Q|^8+`ljVD#O4 z9}Gs1Kl?!~569C^tu4KHLO23#)Knb{=ehF(vdaOv4l= zAAP(_UtU|Mi&yU0jjQV$6U&HJjA2MX2FZ!U7%7rSz*s1wF1Z$yz!8as5WQ3jrZXYVNn?Ip8ea?w$d9KnY9g~d^~VjpfISwKQV zv{Nb}5n6;BNM~8v{pcG3;i5ifPF%?9pkZQ}$sB@)MweubfSJV~Ix?*&;6gYWA zgCSHgHKx|&S)H%oyQ?G47&zjo2>IC9^N}|PB0bRUHS;(g*bO=UQVwYfRzfQyaQ=Sn_^-=D^`uiz)N}Q_`a?ba`S6LK)a7BX1~5F*uMA$4Zc+6o z4@&#Y{kT8&&w78cu++b^gg{NwH@dDHsz;rAq<&LBsz23V?YrNoPnY_mgZ=+*_;zpG j##a?ye5*gxUcBT(|7L%>RbOcE!r^{p>2m}4pZ|XY&8Hc? delta 96 zcmZo@U~Fh$oFL7}G*QNxk!fSX5`H#Den$p=$IXfg=KPZ# +

password is encrypted which is why it show up as scrypt: and someother stuff

{% endblock %} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index a3bb511..5bc9b8c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,6 @@

homepage for math website wow

-