technoweenie / restful-authentication

inactive project
MIT License
1.57k stars 280 forks source link

display welcome message with username after login #10

Open pixeltocode opened 14 years ago

pixeltocode commented 14 years ago

hi...is it possible to display a welcome message with the username after login, for example "welcome back John!" ?

thanks

pixeltocode commented 14 years ago

in the controller flash[:message] = "welcome back ", current_user.login and in the view <%= flash[:message] %>