roundabout,
created on Wednesday, 3 April 2024, 09:23:41 (1712136221),
received on Wednesday, 31 July 2024, 06:54:44 (1722408884)
Author identity: vlad <vlad.muntoiu@gmail.com>
63989782cb29996c078fa6168689171686bddb19
app.py
@@ -255,7 +255,7 @@ def login():
return flask.render_template("login.html")
user_check = User.query.filter_by(username=username).first()
if user_check:
if user_check or email2: # make the honeypot look like a normal error
flask.flash(
Markup(
"<iconify-icon icon='mdi:account-error'></iconify-icon>" + _(