is there a simple way to remove the form and only have "register | login | forgot password" in the header? i don't know php well enough to go looking around.

Comments

aleangelico’s picture

Based in this post: http://drupal.org/node/319064 what i did was:
1. Created a new content type page called "ingreso" with url "ingreso"
2. Went to Blocks and configured "login form" to be visible only in this page.

That's it. For been able to login, I just point to "http://mysite.com/ingreso" and the form is available.
If you have the admin menu extension installed, you'll see a login/logout in the top. If you want something more "customizable", that's not so easy I think.

Regards
Alex.