-
Connection: Select the connection for the DB where
the "users" table is.
-
Users Table: Select you "users" table.
-
Username Field: Select which table field stores
the usernames.
-
Password Field: Select which table field stores
the paswords.
-
If Login Succeeded Go To: Select the URL to redirect
if login is successful.
-
If Login Failed Go To: Select the URL to redirect
if login Fails (password incorrect).
-
If Username Is Unknown, Go to: Select the URL to
redirect if username doesn't exist or is incorrect (a register page,
for instance).
If login is successful, the server behabior will create 2 cookies: $HTTP_COOKIE_VARS["tcn_username"]
and HTTP_COOKIE_VARS["tcn_password"], which can be used to filter
your data. |