mirror of
https://github.com/friendica/friendica
synced 2025-04-25 14:30:10 +00:00
UUID instead of GUID
This commit is contained in:
parent
9ec30010c5
commit
60b0759b50
13 changed files with 40 additions and 47 deletions
|
@ -495,7 +495,7 @@ class User
|
|||
$spubkey = $sres['pubkey'];
|
||||
|
||||
$insert_result = DBA::insert('user', [
|
||||
'guid' => System::createGUID(32),
|
||||
'guid' => System::UUID(),
|
||||
'username' => $username,
|
||||
'password' => $new_password_encoded,
|
||||
'email' => $email,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue