From 1f20b1d48e298374b0e6783f211585c5c728596c Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 20 May 2019 12:26:27 +0200 Subject: [PATCH] fixed wrong error message --- lam/templates/misc/ajax.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lam/templates/misc/ajax.php b/lam/templates/misc/ajax.php index 9c2dc751..aba76cf3 100644 --- a/lam/templates/misc/ajax.php +++ b/lam/templates/misc/ajax.php @@ -10,7 +10,7 @@ use \htmlButton; /* This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2011 - 2018 Roland Gruber + Copyright (C) 2011 - 2019 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -95,6 +95,7 @@ class Ajax { $jsonInput = $_POST['jsonInput']; if ($function == 'passwordStrengthCheck') { $this->checkPasswordStrength($jsonInput); + die(); } enforceUserIsLoggedIn(); if ($function == 'passwordChange') {