ankane/pretender

true_user always present

theonegri opened this issue · 2 comments

it looks like true user is always present even tho I'm not impersonating anyone

This is intentional, so you can use true_user for audits and such. You can check current_user != true_user to see if you're impersonating.

Make sense, I missed that somehow,