This commit is contained in:
Aevann1 2021-12-19 14:09:26 +02:00
parent 788004d96a
commit 84a6625cd7
2 changed files with 2 additions and 2 deletions

View file

@ -657,7 +657,7 @@ def settings_security_post(v):
@validate_formkey
def settings_log_out_others(v):
if user_id in (PW1_ID,PW2_ID): abort(403)
if v.id in (PW1_ID,PW2_ID): abort(403)
submitted_password = request.values.get("password", "").strip()