Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

Refactored authenticator code - please before updating your working copy


Go to End


12 Posts   6053 Views

Avatar
Markus

Google Summer of Code Hacker, 152 Posts

12 July 2007 at 8:33pm

I added two test files to the ticket.. please use them to verify if your PHP/Firefox version works right..

Avatar
elijahlofgren

Google Summer of Code Hacker, 222 Posts

13 July 2007 at 7:40am

Results added to ticket. It seems to work fine with the test files.

Avatar
Markus

Google Summer of Code Hacker, 152 Posts

13 July 2007 at 8:31pm

OK, since that's exactly the code that was used I reverted your changes.

I also updated the code a little bit so that now it uses only the Cookie class (and not the $_COOKIE variable) to handle the cookie.

It's everything in r38607.

Avatar
elijahlofgren

Google Summer of Code Hacker, 222 Posts

14 July 2007 at 4:51am

Thanks Markus!

Auto login is working for me now. :)

Go to Top