aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-06-04 07:44:37 +0000
committerMario <mario@mariovavti.com>2021-06-04 07:44:37 +0000
commit3d1684fa942812e2d6f053cbfb6de9fdc00ea79c (patch)
tree0809eba89f4ed7248d9af04c8e84ef1b1412fb72 /Zotlabs
parentd882bad706542eb1e64c24567b8bf112f6cebb89 (diff)
downloadvolse-hubzilla-3d1684fa942812e2d6f053cbfb6de9fdc00ea79c.tar.gz
volse-hubzilla-3d1684fa942812e2d6f053cbfb6de9fdc00ea79c.tar.bz2
volse-hubzilla-3d1684fa942812e2d6f053cbfb6de9fdc00ea79c.zip
Revert "fix login name label for the case when system.verify_email is disabled"
This reverts commit d882bad706542eb1e64c24567b8bf112f6cebb89.
Diffstat (limited to 'Zotlabs')
-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 35d184206..1f307b273 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 = new_uuid();
+ $hash = random_string();
Queue::insert(array(
'hash' => $hash,