Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to get user that's currently signed in
![odannyc](https://us.v-cdn.net/5018160/uploads/userpics/514/nL3R6N8D87L0F.jpg)
Hey, can anyone assist with pointing me in the right direction?
Within a controller does anyone know how to get the information of the current user that's signed in ?
For example do something like this: $this->currentUser['UserID'];
Tagged:
0
Comments
Gdn::session() - >UserID
Example of usage
$this->AddLink('User', $Name, '/profile/{UserID}/{Username}', array('Garden.SignIn.Allow'), array('class' => 'UserNotifications'));
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks! Worked
haha.. thanks for sharing... got the point...