sffsd
This commit is contained in:
parent
64a851a77e
commit
525f121e24
16 changed files with 55 additions and 86 deletions
|
@ -698,7 +698,8 @@ def settings_log_out_others(v):
|
|||
|
||||
submitted_password = request.values.get("password", "").strip()
|
||||
|
||||
if not v.verifyPass(submitted_password): return render_template("settings_security.html", v=v, error="Incorrect Password"), 401
|
||||
if not v.verifyPass(submitted_password):
|
||||
return render_template("settings_security.html", v=v, error="Incorrect Password"), 401
|
||||
|
||||
v.login_nonce += 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue