![]() |
Users cannot get past login page. Website returns an invalid email/password message. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Users cannot get past login page. Website returns an invalid email/password message. (/showthread.php?tid=53453) Pages:
1
2
|
Users cannot get past login page. Website returns an invalid email/password message. - El Forum - 10-15-2012 [eluser]CroNiX[/eluser] @matias You may wish to file a bug report on github (along with your fix) so it can get fixed in future releases. https://github.com/EllisLab/CodeIgniter/issues Users cannot get past login page. Website returns an invalid email/password message. - El Forum - 10-17-2012 [eluser]Narf[/eluser] In CodeIgniter's next version, valid_email() will use PHP's filter_var() function to determine if the email is valid or not, so that (possible) issue is already fixed. A tip for posting code in the future - put the code inside between the [code][/code] tags, so that it looks better and not need manual alignment and/or escaping. You may also want to use gist.github.com for longer batches of code. |