parent
5e0ec55f92
commit
f1cce1dec1
2
add_user
2
add_user
|
@ -14,7 +14,7 @@ $real_user = $argv[4];
|
||||||
|
|
||||||
echo "Adding new user $username\n";
|
echo "Adding new user $username\n";
|
||||||
|
|
||||||
$passwordhash = password_hash($password);
|
$passwordhash = md5($password);
|
||||||
#$libraryID = Zotero_Libraries::add('user', 1);
|
#$libraryID = Zotero_Libraries::add('user', 1);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue