This addition adds a countdown redirection to the User invite error page. If a user clicked on an expired or invalid invite link then they would be redirected back to the login page of the Matomo instance. This helps the user back out of the exception error page.
I've also written the translation of the error in more plain language. This provides a couple of clear reasons which they can attempt to resolve.
An additional change was to remove the Login_InvalidUsernameEmail
translation when the acceptInvitation
controller couldn't find a user. This response might be a bit confusing as it is really the technical downstream reason for failure and not really actionable by the user.