CodeIgniter Forums
Authentication with CI - 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: Authentication with CI (/showthread.php?tid=40688)



Authentication with CI - El Forum - 04-15-2011

[eluser]lenswipe[/eluser]
Hey guys

Just looked at authentication with CI - I followed this: http://davidwinter.me/articles/2009/02/21/authentication-with-codeigniter/

Only thing is when i submit my form it shows the login screen all the time

my form opening tag is:
<form action="http://localhost/helpdesk/sessions/login.html" method="post" accept-charset="utf-8">


Can anyone from looking at that tutorial and reading my code tell my why my controller isnt logging the user in?


Authentication with CI - El Forum - 04-15-2011

[eluser]InsiteFX[/eluser]
Read the CodeIgniter User Guide - Form_validation Class and form_helper.

InsiteFX


Authentication with CI - El Forum - 04-16-2011

[eluser]allaerd[/eluser]
you can also take a look at tank auth. Is has all the authentication right in it!