diff --git a/add_user b/add_user index 35ade31..d0a89e0 100644 --- a/add_user +++ b/add_user @@ -14,7 +14,7 @@ $real_user = $argv[4]; echo "Adding new user $username\n"; -$passwordhash = password_hash($password); +$passwordhash = md5($password); #$libraryID = Zotero_Libraries::add('user', 1);