61
Views
1
Comments
How to create a session for a user without login
Question

Hi,

I have three type of user profiles, to access the application some users need to create thier accounts and then login.

but I have a use case when the user do not need to create his accountor login, for example I need to send him by email a generated number or string which can use it to access to some features of the application.

please is there a mechanism in outsystems can do that please ?

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi You,

The System module has an action, Login, that allows you to programmatically login a user given their User Identifier. Is that what you're looking for?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.