mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-07 12:13:49 +00:00
Signup.php increase the salt length and remove special characters that can cause problems.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user