Explanation of this fix, which should be appied to #3714 first.
The cause of this behavior is #3125. This change removed the initial registration dialog after entering a poll via share token. The dialog was meant to allow participants
to register while using a public share token and create a personal share and
to check user parameters (mail and displayname) using an email or contact share.
The second use case was eliminated with the issue causing PR. The result was, that the share type stays the initial type.
This PR now converts theese shares into external sharesm by changing the type and replacing the userId by a generated one, to make sure, sensitive informations get removed (like mail address in email shares).
Explanation of this fix, which should be appied to #3714 first.
The cause of this behavior is #3125. This change removed the initial registration dialog after entering a poll via share token. The dialog was meant to allow participants
The second use case was eliminated with the issue causing PR. The result was, that the share type stays the initial type.
This PR now converts theese shares into external sharesm by changing the type and replacing the userId by a generated one, to make sure, sensitive informations get removed (like mail address in email shares).