Skip to content
Snippets Groups Projects
Commit 5f9f4f92 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #2788

Closes #2788

Merge request studip/studip!1884
parent f1ef02ce
No related branches found
No related tags found
No related merge requests found
......@@ -1008,7 +1008,7 @@ class UserManagement
if ($delete_names) {
$query = "UPDATE auth_user_md5
SET username = ?, Vorname = NULL, Nachname = NULL, Email = NULL
SET username = ?, Vorname = '', Nachname = '', Email = ''
WHERE user_id = ?";
$statement = DBManager::get()->prepare($query);
$statement->execute([
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment