I want to display the info about the user logged in like his details etc given during sign up ...how to do it ?? As iam new to grails plz help! iam using Spring security plu
add this @the top of your service or controller class
def securityService
this returns the cuureent user id.
securityService.currentUser.id