Marketing Meet.coop

Yes and no, yes the user account is the same as the one created using the signup form but no I don’t think we can use the CLI for account management, we can only use the web interface.

This is because we don’t have a full set of commands available to fully automate it, contrast the Greenlight single command:

run rake user:create[name,email,password,role,provider]

With the Nextcloud occ user commands or the WordPress wp user commands — both of these do allow account management to be automated but we only have a create command and account creation is not enough to allow things to be automated properly and if we are not automating it properly then it would be better if only the web admin interface is used.

1 Like