Hi
i have wrongly configured email id while configuring how to reconfigure this .I have used aws ami !!
Hi
i have wrongly configured email id while configuring how to reconfigure this .I have used aws ami !!
Hello @nabeel,
There’s plenty of workaround for this.
The not recommended method would be through mysql query with the admin identifier
SELECT * FROM users;
UPDATE users SET username = 'INSERT_NEW_EMAIL' WHERE id = 'ADMIN_ID';
Since you said it’s was while configuring, I assume there is no passwords created or shared? In this case, I will suggest to run:
sudo su -s /bin/bash -c "/usr/share/php/passbolt/bin/cake passbolt register_user -i" www-data
You’ll have to enter the user email, first name, last name and the role, use admin. You will have a generated registration link such as https:/YOUR_URL/setup/start/USER_ID/TOKEN_ID
Proceed to the creation of the account and through the user administration, delete the admin with the wrong email.
An another way would be that, since you just configured it, to start from scratch
Hope it helps
thank you for the quick response!!
Hi
I have reconfigured the email id but i am not getting email how to fix it…could you please help me out
already i have configured…but there may be error while configuring smtp??
how to reconfigure SMTP?