Peng Kong - 19 February 2010 04:40 AM
you mean u needed to add ; behind the $email? i don’t see how that helps but ok whatever works 
try logging in using google in my demo https://it.euphoriatwentythree.com/projects/a3m/
does it work? because it works for my on my but not on yours… so im suspecting server configuration.
what version of php are you using? if you’re using 5.3 it doesn’t work for sure but i know the fix.
No no:
account/reset_password?email=
account/reset_password/&email;=
I need to change “?” to “/&”, because else arguments are not recognizet as get (there are not in $_GET). The “;” must have been added by the forum (I don’t have it in my code before posting).
Here you can see my server configuration:
http://stuff.shy.cz/phpinfo.php
Everything else in CodeIgniter works.
I ofcourse tried you demo, which worked.
Edit: Just ignore the “;” in first code, the bloody forum add it again.