From dafb5e8b7344b3b035219e48e5713f5d0a6836ba Mon Sep 17 00:00:00 2001 From: Ishank Arora Date: Fri, 24 Jul 2020 13:01:39 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/ocm-token-mail-meshdir.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/ocm-token-mail-meshdir.md 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