Hi,
Is there any way to save details of a umbraco user to a custom table when the user log in to the backend?
I found UserService.SavedUser will invoke this but it also invoke when we save the user details is there any particular method that can handle User login
Save umbraco user details to custom table
Hi, Is there any way to save details of a umbraco user to a custom table when the user log in to the backend?
I found
UserService.SavedUser
will invoke this but it also invoke when we save the user details is there any particular method that can handle User loginThanks
+1
Doesn't the user record contain a last logged in date? I think SavedUser might be called... have you tried it?
is working on a reply...