diff --git a/core/users/signup.php b/core/users/signup.php index 7e34dbbb10..bbcec801f7 100644 --- a/core/users/signup.php +++ b/core/users/signup.php @@ -110,7 +110,7 @@ if (count($_POST)>0 && check_str($_POST["persistform"]) != "1") { } //salt used with the password to create a one way hash - $salt = generate_password('20', '4'); + $salt = uuid(); //prepare the uuids $user_uuid = uuid();