How to check normal users or umbraco users are logged in?
Hi,
I have situation in which a form can update both members and umbraco backend users ,their Id is saved in database.I want to display which one has updated the form with respect to the Id.Is there any ready made function to check both member table and umbraco user table?
How to check normal users or umbraco users are logged in?
Hi,
I have situation in which a form can update both members and umbraco backend users ,their Id is saved in database.I want to display which one has updated the form with respect to the Id.Is there any ready made function to check both member table and umbraco user table?
thankz
Mithun
Don't think that there something for that already. It's probably best to do a custom query on the database to find the member or user.
Jeroen
is working on a reply...