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
The OCM invite process is currently not working as supposed since the server is not capable of sending emails. Hence the goal is to change it a bit by introducing an "invite quick token" (had this as story before, but since the current invite flow is simply not working as expected, I re-declared it as a bug).
Acceptance Criteria
Create a base64 encoded "quick token" when creating an OCM invite, consisting of "token@sourceUrl"
Display that token to the user so they can copy it and send it to other users
Replace the "Select institution of inviter" dropdown with a text input field
Add an additional field where the user can enter a "quick token"
automatically fills out the token and the institution inputs when a valid "quick token" has been entered
The email field when creating an invite is removed
The text was updated successfully, but these errors were encountered:
Description
The OCM invite process is currently not working as supposed since the server is not capable of sending emails. Hence the goal is to change it a bit by introducing an "invite quick token" (had this as story before, but since the current invite flow is simply not working as expected, I re-declared it as a bug).
Acceptance Criteria
The text was updated successfully, but these errors were encountered: