Passwortabänderung

This commit is contained in:
2026-06-05 23:42:06 +02:00
parent 0726ba214c
commit 339e51cca7
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class UserManager {
"mustermann@web.de",
"Max",
"Mustermann",
password_hash("test123", PASSWORD_DEFAULT)
password_hash("test12345", PASSWORD_DEFAULT)
);
}