fdsfsd
This commit is contained in:
parent
788004d96a
commit
84a6625cd7
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue