Announcement

Collapse
No announcement yet.

How do we get the details of a currently logged in user from front end?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do we get the details of a currently logged in user from front end?

    How do we get the details of a currently logged in user from front end? Including name, usename etc. Please help me to resolve this issue.

  • #2
    this.getUser() from a model, collection or controller will return the user object

    Comment

    Working...
    X