I suppose there's no easy way to get your login message to say something like this:
auth.messages.logged_in=T('Welcome ')+auth.user.username
Without fully customizing the login controller. Right?
Same goes for logout.
I suppose there's no easy way to get your login message to say something like this:
auth.messages.logged_in=T('Welcome ')+auth.user.username
Without fully customizing the login controller. Right?
Same goes for logout.