Checklist
[x ] I have read intro post: About the Installation Issues category
[x ] I have read the tutorials, help and searched for similar issues
[x ] I provide relevant information about my server (component names and versions, etc.)
I provide a copy of my logs and healthcheck
[x ] I describe the steps I have taken to trouble shoot the problem
[x ] I describe the steps on how to reproduce the issue
Hi guys,
I’m a brand new passbolt user and new-ish to linux as well, so bear with me. I am trying to setup Passbolt on an Ubuntu 22.04 server VM. I was able to get Passbolt installed and to the initial configuration page, but when I finished the configuration and went to sign in, the page is telling me to “Check your mailbox! We sent you a link to verify your email. Check your spam folder if you do not hear from us after a while.”
Of course, I never get an email as no SMTP settings have been inputted anywhere. According to the help article here: Install Passbolt on Ubuntu 22.04 | Passbolt documentation.
it states that I should get to setup my email settings during the initial setup, however that was not an option for me when setting it up.
Does anyone have any pointers? I read in previous articles that the passbolt.php file should have an email configuration section, however mine does not.
Also, as it should be a fresh API with a recent version, you should have access to a command via the CLI that will give you the URL you would have find in the email.
On the server you should be able to run the following:
I am in the same situation but for my case it happened that after the SMTP email was setup and tied to a M365 mailbox, the tenant was migrated and the password also expired hence notifications are not working even for resetting password for my admin access. How can I set this SMTP probably from the terminal with a new password for the email used previously?
Any advice or help will be much appreciated.
When you hit enter it will spit out a link which I believe you can use to log into passbolt without email access (if I recall correctly). I’m just a fellow user, not associated with passbolt, so not 100% sure this solution will work for you, but I’m hopeful!
You can see in the screenshot below that after typing that command with the supplied user information, the terminal gives me a password reset link.
Dear Sagafx,
Thanks for your help. Unfortunately, I am getting an error that the user does not exist having entered the correct email address associated.
Sorry to hear my solution did not work. The user account should be an email address instead of a name. Is there an email address you used when creating the user initially?
If my previous reply doesn’t work, I believe the following command will allow you to create a new administrator using the CLI:
./bin/cake passbolt register_user -f ADMIN_FIRST_NAME -l ADMIN_LAST_NAME -u NEW_ADMIN_EMAIL@ORG.NET -r admin
The command will output a link. Follow this link with your browser to complete the registration of the new account.