Passwort reset

This commit is contained in:
2023-02-09 11:11:53 +01:00
parent 0c5cfcbd19
commit 2a02c79370
5 changed files with 186 additions and 13 deletions

View File

@ -114,7 +114,7 @@ try {
}
else
{
$result = new CMsg(1, 500, "Sorry, there was an error sending your email.");
$result = new CMsg(0, 500, "Sorry, there was an error sending your email.");
}
echo $result->jsonarray();
}