Hey All,
I am looking to track user queries on a website that has group level security in place.
So some information can be viewed at the group level shared log-in. I am using asp.net identities 2.0 right now, but other data I want to have a user specific login that is a short initials only and weak password type single function login. So the user is prompted to enter their initials and password, then the results are retrieved and the user is logged out automatically but the group level login is still active.
Reminiscent of a POS system, that there is a store level login then a sales rep needs to enter their login to process a sale each and every time.
Can someone point me in the right direction? Not looking for code here from anyone, just not sure where to start with this.
Regards,