Re-send activation email (activation url)

Is there a way to re-send the activation email when creating a new user via the interface? I have just created a new user - however due to a misconfiguration no email was actually sent.

Or is there at least a way to figure out the activation URL for a specific user?

Ah, never mind - after fixing the email settings you just have to reset email_queue.send_tries to 0: https://github.com/passbolt/passbolt_api/issues/220

Then the queued emails will be sent (assuming the email settings are correct now).

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