aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-04 07:43:23 +0000
committerMario <mario@mariovavti.com>2021-06-04 07:43:23 +0000
commitd882bad706542eb1e64c24567b8bf112f6cebb89 (patch)
tree46410934b7c7688fc2f8cc020939a37cb61b4926 /Zotlabs/Daemon
parente5c8273f7284fe065e88b8d7ddac2ea55964f3f0 (diff)
downloadvolse-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')
-rw-r--r--Zotlabs/Daemon/Directory.php2
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,