Merge branch 'main' of https://git.bib.de/PBBFA23AHR/kurs-app
This commit is contained in:
@@ -17,7 +17,7 @@ class UserModel extends Database
|
||||
|
||||
$hash = hash('sha256', $values["password"] . $salt);
|
||||
|
||||
$guid = rand(0, 500);
|
||||
$guid = $this->createUUID();
|
||||
|
||||
$pdo = $this->linkDB();
|
||||
|
||||
|
Reference in New Issue
Block a user