How To Make Log in button invisible
How to make Log in button on top of a Plone site invisible.
How to make Login form on top of Plone sites invisible
This does not remove login form, it only removes the visible link. You can still use the /login_form/ and it can also be made visible in future.
Go To : /aq_parent/portal_membership/manage_editActionsForm
To get there:
1. Goto aq_parent/manage_main
2. Click portal actions
3. Click 2nd tab portal tab “action providers” /aq_parent/portal_actions/manage_actionProviders
4. click portal membership then actions
5. /aq_parent/portal_membership/manage_editActionsForm
6. unclick visible box by log_in form. - Save
Note: login_form creates its own url, - so is worth removing to reduce duplicate URLs.
