Problems with the encrypt of the psswd

Hi, im trying to apply an script to create users automatically, but i’cant hash the password, how i can do? Thx

Ubuntu 18.04 LTS
PHP 7.2

Use ownCloud’s command line. Read https://doc.owncloud.com/server/admin_manual/configuration/server/occ_command.html#user-commands . You don’t care how the password is stored or encrypted.

1 Like

yeah , i see so late this , thx for the link