diff options
author | Mario <mario@mariovavti.com> | 2021-06-04 07:43:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-06-04 07:43:23 +0000 |
commit | d882bad706542eb1e64c24567b8bf112f6cebb89 (patch) | |
tree | 46410934b7c7688fc2f8cc020939a37cb61b4926 /Zotlabs/Daemon/Directory.php | |
parent | e5c8273f7284fe065e88b8d7ddac2ea55964f3f0 (diff) | |
download | volse-hubzilla-d882bad706542eb1e64c24567b8bf112f6cebb89.tar.gz volse-hubzilla-d882bad706542eb1e64c24567b8bf112f6cebb89.tar.bz2 volse-hubzilla-d882bad706542eb1e64c24567b8bf112f6cebb89.zip |
fix login name label for the case when system.verify_email is disabled
Diffstat (limited to 'Zotlabs/Daemon/Directory.php')
-rw-r--r-- | Zotlabs/Daemon/Directory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Directory.php b/Zotlabs/Daemon/Directory.php index 1f307b273..35d184206 100644 --- a/Zotlabs/Daemon/Directory.php +++ b/Zotlabs/Daemon/Directory.php @@ -74,7 +74,7 @@ class Directory { * the directory packet. That means we'll try again on the next poll run. */ - $hash = random_string(); + $hash = new_uuid(); Queue::insert(array( 'hash' => $hash, |