[eluser]Schumacher[/eluser]
Hallo, first of all, thx for a very nice library !
But there was one thing i just got me wandering.
I got this site im making, and i would like to make it so ppl are able to login on every page, therefore ive made a loginbox in my left side. but then i also would like that ppl get redirected back to the page they came from, either with an error message or with an success message. the thing is, that i don't know how to get the error messages to come on the page they logged in, in a smart way. I tried to have the $this->data['message'] set with either the validation_errors or the flash_data set in the constructor but that didn't seem to work out.
So, hopefully someone can help me out here with this problem

.. before i knew of the auth lib i used to use form_validation callback_ functions do to the check against the database so all my errors was in the validation_errors.
Hope you got some ideers :p