diff --git a/changelog/unreleased/ocm-token-mail-meshdir.md b/changelog/unreleased/ocm-token-mail-meshdir.md new file mode 100644 index 00000000000..c0bd383ad14 --- /dev/null +++ b/changelog/unreleased/ocm-token-mail-meshdir.md @@ -0,0 +1,9 @@ +Enhancement: Pass the link to the meshdirectory service in token mail. + +Currently, we just forward the token and the original user's domain when +forwarding an OCM invite token and expect the user to frame the forward invite +URL. This PR instead passes the link to the meshdirectory service, from where +the user can pick the provider they want to accept the invite with. + +https://github.com/cs3org/reva/pull/1002 +https://github.com/sciencemesh/sciencemesh/issues/139