mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-08 21:56:09 +00:00
feat: MD5 passwords exchanged for bcrypt ones
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ if($_POST['password'] != ""){
|
||||
*/
|
||||
|
||||
$username = "Natars";
|
||||
$password = md5($_POST['password']);
|
||||
$password = password_hash($_POST['password'], PASSWORD_BCRYPT,['cost' => 12]);
|
||||
$email = "natars@noreply.com";
|
||||
$tribe = 5;
|
||||
$desc = "***************************
|
||||
|
||||
Reference in New Issue
Block a user