Had just finished installing and configuring Passbolt, was logged in and on the main dashboard.
Switched users in Chrome and noticed my Passbolt tab close.
Reopened my instance and found that I’m unable to login.
The “Recover your account” option supposedly sends an email but there’s nothing in my inbox or spam folder.
My Chrome extension for Passbolt is also suddenly apparently unconfigured now and I have no idea how to reconfigure it.
Switched users in Chrome and noticed my Passbolt tab close.
Chrome creates independent environments for each user to allow them to customize chrome as per their will. This is an expected behavior that your user doesn’t have access to the data of the other users.
The “Recover your account” option supposedly sends an email but there’s nothing in my inbox or spam folder.
Your email server is probably wrongly configured. Passbolt offers a command line tool to help you configure your email server, did you see the online documentation relative to this point : https://help.passbolt.com/faq/hosting/why-email-not-sent
Once your email server will be correctly configured you will be able to recover your account.
Passbolt offers a command line tool to help you configure your email server, did you see the online documentation relative to this point
I had not. But when I try to run $ ./bin/cake passbolt send_test_email --recipient=youremail@domain.com after logging in as root I get “command not found”
I went to the bin folder and looked for a “cake” folder and found that no such folder existed in /bin. (Insert “The cake is a lie” joke here.)
Maybe it’s a bit misleading but all the paths are referring to passbolt base installation directory. Which in the case of the digitalocean image are /var/www/passbolt if I recall correctly. Also it is good to test all the passbolt stuff as the web user which in this scenario is www-data:
the paths are referring to passbolt base installation directory. Which in the case of the digitalocean image are /var/www/passbolt if I recall correctly.
Aha! There we go. Command works now.
I got an SMTP timeout error.