Okay; i got it working. It's totally awesome.
First of all, i have a database with the following table:
tbl_auth_user
user_id(pk)user_passwordhome_dir
zachzpass/users/zbuhrer/
maxmpass/users/mschmidt/
rhiannonrpass/users/rbuhrer/
lindsaylpass/users/lbrown/
The login form is thus:
So that (obviously) proceeds to login.php (in that directory
(
Read more... )