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 ?
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?