Signup.php increase the salt length and remove special characters that can cause problems.

This commit is contained in:
Mark Crane 2015-02-10 20:44:16 +00:00
parent 86007a5cf9
commit 1942c658bb
1 changed files with 1 additions and 1 deletions

View File

@ -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();