Manually activate users in Ubuntu

HI,
I do not have access to mail server and would like to activate my users manually. How can i do this with Ubuntu.
I found an earlier post that suggest

su -c “./bin/cake passbolt register_user -u xxx@xxxxx.com -f john -l doe -r admin” -s /bin/bash www-data

This did not work ./bin/cake: no such file or directory

I would appreciate any help.

Thanks
Stephanus

Hello @stephanus1,

You have to run the command from the passbolt directory which should be /var/www/passbolt if you are installing passbolt with the install scripts or using the docker images.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.