PDA

View Full Version : Physical Log-on Page in 3.7.3


TheFocusElf
10-28-2008, 01:41 PM
I am using VBACMPS, and frankly, I do not like "WELCOME blocks" or cluttering the main page with the log in routines, so here is my problem. If a user is NOT logged in, but wishes to do so, I wanted to create a link to a basic login page for VB.

http://www.myserver.com/login.php - Simply returns the user to the index

What hooks/commands do I need to include after login.php to actually have them directed to a simple page with the ability to log in?

Marco van Herwaarden
10-28-2008, 02:09 PM
login.php will only redirect to the index if the user is already logged in.;)

TheFocusElf
10-28-2008, 03:23 PM
That is bizarre, because on my testing machine, the user is NOT logged in. And login.php is redirecting to index.php and not presenting a login form.

Any ... potential issues there?

(( Also thank you for the reply! ))

Edit :

Cleared cookies, flushed local dns, turned off machine, rebooted, again upon bootup flushed dns and on browser start emptied CACHE and flushed history, etc.

Still not allowing for a login.

I am running VBACMPS, are there any known template modification that take place there that could effect login.php? Or is this a more basic problem?