You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When inviting a new user there is a chance that the invite email is not sent. In this case the API returns an error message and the user is added to the database. The user is then shown as invited user (see #3229). To make it clear to the inviter which emails have been sent a new user status (status: 'invited-pending') was introduced in PR #3260 . Users with the status invited-pending should be highlighted in the invited users list to show that the invitation emails need resending.
@JohnONolan: We would need some design guidance on how the highlighting should look like.
The text was updated successfully, but these errors were encountered:
When inviting a new user there is a chance that the invite email is not sent. In this case the API returns an error message and the user is added to the database. The user is then shown as invited user (see #3229). To make it clear to the inviter which emails have been sent a new user status (
status: 'invited-pending'
) was introduced in PR #3260 . Users with the statusinvited-pending
should be highlighted in the invited users list to show that the invitation emails need resending.@JohnONolan: We would need some design guidance on how the highlighting should look like.
The text was updated successfully, but these errors were encountered: