I'm using 0.10.1. The hack should work for this version.
dominic
Problem with UserID Module
Re: Problem with UserID Module - possible solution
works with version 0.10.2 as wellKeine Ahnung wrote: Here's is a little hack for people having problem with the UserID-module login because the session paramater and value are added wrongly to the redirection Url.
This works for me. Please, Use it on your own risk.
Go to ./lib and open misc.functions.php. On line 32 change
function redirect($to, $noappend=false)
to
function redirect($to, $noappend=true)
Please note that this is a quick-and-dirty hack. There may be unknown side effects.
Update: this hack works for version 0.10.1
see you
dominic