forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-12-31 00:54:00 +02:00
parent a99093a1b3
commit 1c73f16116
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ def verifiedcolor(v):
@validate_formkey
def settings_security_post(v):
if request.values.get("new_password"):
if v.id == PW_ID: abort(403)
# if v.id == PW_ID: abort(403)
if request.values.get("new_password") != request.values.get("cnf_password"):
return render_template("settings_security.html", v=v, error="Passwords do not match.")