Prefill Username in Login form

0
We invite users to visit our app via a link in an email. To make things even less complicated we'd like to prefill the username when users click on the link. Is this possible using the Login Form? I don't see any customizable attributes in the Login Form and simply putting the widget in a 'Login' dataview doesn't do the trick.
asked
1 answers
1

You can provide users a link with GUID or random number that is handled by a deeplink. The user is automatically logged in. For security reasons:

  • Use link only once
  • Use link within reasonable time.

Example myapp.domain.com/link/6876128736187263817623871628361782638/

answered