Page 2 of 2

Re: Problem with UserID Module

Posted: Mon Sep 19, 2005 4:35 pm
by Keine Ahnung
I'm using 0.10.1. The hack should work for this version.

dominic

Re: Problem with UserID Module - possible solution

Posted: Thu Sep 29, 2005 9:20 pm
by brass
Keine 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

works with version 0.10.2 as well