Page 1 of 1

UserID & CMS MS 0.10 beta 4

Posted: Fri Jun 24, 2005 11:27 am
by castrv
Hello,

I've just installed CMS MS 0.10 beta 4 + UserID 0.3.3 module. Are these versions compatible? I´m asking this because I made a page and put {cms_module module="userid"} inside it and... I always get a "login failed" after entering an existing user/password combination... Can anybody help? Thanks.

CAS

Re: UserID & CMS MS 0.10 beta 4

Posted: Fri Jun 24, 2005 4:51 pm
by castrv
Hello,

I'm afraid I'll have to downgrade to 0.9.2 version... :-( Could you post/send a UserId/PP 0.9.2 compatible version? Thanks, again.

CAS

Re: UserID & CMS MS 0.10 beta 4

Posted: Fri Jun 24, 2005 11:57 pm
by Silmarillion
Hello
Are by any chance using an expire-time set to "never"? We just isolated a bug when using this, resulting in no logging in at all. I will release a new version shortly, but if you want to fix it for now (for version 0.10.x) please insert a line just after the line saying:
function ExpireUsers() {
Should be around 609
Insert this just after (line 610 in version 0.3.3):
        if ($this->expirytime==-1) return;

Sorry for the error! Hope it didn't cause too much trouble...
If this did not solve your problem, please write again!

Best regards
Silmarillion/Morten

Re: UserID & CMS MS 0.10 beta 4

Posted: Mon Jun 27, 2005 2:52 pm
by castrv
Hi again,

That was it! Thanks for your quick help. :-)

CAS