NilsN
March 2, 2020, 3:41pm
2
A similar question has been up before, don’t know if you’ve already had a peek at those. Not a lot of info, but maybe something to get you started if you were to investigate this further.
Is it possble to write some sort of remember-me function, where the user can check a checkbox, and next time he visits website, he will be automatically logged in?
Litium version: 5
Hi, We have a need to be able to login a user account without having the users password in an “activate account process” (ie. click a link to activate your account).
The Litium Api doesn’t natively support that (it seem to always need username + password). But we’ve tried to replicate what Litium does in the background of the regular login. However it doesn’t seem to work 100% of the times, so if someone could have a quick look at code we run and say if something is missing?
var principal = ne…