Active
Project:
UserLoginBar
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2009 at 18:53 UTC
Updated:
8 Sep 2009 at 23:31 UTC
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
Comment #1
aleangelico commentedBased 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.