I started working on a service that sends out mails with a link to a registration form. (e.g. a registration for a movie premier)
The link would look like this https://movie-premier.com/rsvp/USERCODE
The problem is that for some users part of the form is prefilled with their name and address etc.
So basically we send them a "password" in plain text to access personal data.
I doubt this is ok under GDPR so I'm trying to think of a better solution.
The thing is: usually users that did register will get a confirmation mail with all that data in it anyway. So I wonder if I could do the same in the invitation. Just send them a very long link with all the data in it.
But then is this really worth doing it? Shure now there is no link on the internet to access that personal data. But the thread I had before was someone stealing that link from the mail…
Is there any other downside to having that link online?