*EDIT: check this post for an easy auth module i made myself
I searched the internet for a “GOOD” documentation about the auth module in kohana.
Couldnt find one… (not even on the official website….). [official documentation]
The example they include in the download of kohana isnt working at all (misses classes and so on….)
So i made an simple example.
Let’s start:
I assume that u have the auth tables allready correct inserted into youre database.
(if not go to modules/auth/views/auth/install.php query should be in the php source…)
Create a file login_test.php
place it in: application/controllers
CTR-C and CTRL-V the code in that file.
Goto: youredomain.nl/login_test
(continue reading…)