Skip to content

Commit e8e3da5

Browse files
author
cfoe
committed
88 w/o BOM
1 parent 76903ce commit e8e3da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/login/password_reset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
$username = $app->db->quote($client['username']);
6060
$app->db->query("UPDATE sys_user SET passwort = '$new_password_encrypted' WHERE username = '$username'");
61-
$app->db->query("UPDATE client SET ´password´ = '$new_password_encrypted' WHERE username = '$username'");
61+
$app->db->query("UPDATE client SET password = '$new_password_encrypted' WHERE username = '$username'");
6262
$app->tpl->setVar("message",$wb['pw_reset']);
6363

6464
mail($client['email'],$wb['pw_reset_mail_title'],$wb['pw_reset_mail_msg'].$new_password);

0 commit comments

Comments
 (0)