[eluser]crojac[/eluser]
First thanks Dan and Co. for the library..
ok here is the problem. if i login in and try to come back to the login page without logging out i get a redirect error for some reason. i've looked in the freak_auth config to see if there was some sort of redirect for this case but no go.. im assuming there is a problem with trying to load the login screen when a user has already been authenticated.. i will dig into it.. but was wondering if anyone else has run into this problem before.. all is well if i logout and then hit the login page. so maybe the logic should be if user logged in and attempting to login do this 'FAL_login_success_action'
[eluser]crojac[/eluser]
yep.. tracked it down awhile ago to the login() in the FAL_Front* I just adjusted the redirect to hit a different page. thanks for reply and keep up the good work..