After that it took me through setting up the passbolt admin account, which I did with passbolt@ourdomain.com
########
So several web-setup attempts later:
(each time I have to delete passbolt.php and set the serverkey.asc and serverkey_private.asc to 740 so that setup can handle them)
during the web setup:
I set a fake server email and “From:” email this time
because when I try to log in as admin - passbolt@ourdomain.com - and it wants me to verify via email, the email never arrives at our passbolt@ourdomain.com
(even though the web setup email test works and other users can receive their verification email no problem)
So I’m basically locked out, and I cant admin the server
Hi thanks. I did learn a useful new query for the DB but none of the links work to get into the account:
QUERY:
SELECT u.username AS EMAIL, CONCAT(‘https://passbolt.domain.tld/setup/install/’, u.id, ‘/’, at.token) as URL
FROM users u
INNER JOIN authentication_tokens at ON at.user_id = u.id
WHERE at.active = 1;
If you want to restart your setup multiple times, remove /etc/passbolt/passbolt.php is not enough as data remain in database and you also have passbolt gpg keyring in /var/lib/passbolt/.gnupg
If you really want to “reset” your setup, you should, in addition of removing /etc/passbolt/passbolt.php remove also: