Loginsystem Backend #75

Merged
mg8220s merged 6 commits from feature/loginsystem-backend into dev 2024-12-03 10:34:32 +01:00
Showing only changes of commit 3e4b3a7ae3 - Show all commits

View File

@@ -23,7 +23,7 @@ class User
private string $username; private string $username;
/** /**
* @var string Passwort, max. 100 Zeichen * @var string Passworthash
*/ */
private string $passwordHash; private string $passwordHash;