fueko home fueko home

Login panel

The login panel is a navigation component that shows 'Sign in / Sign up' button when a member is logged out.

Tip: Replacing 'Sign up' with 'Membership' (Requires theme editing)
  1. You can easily replace the 'Sign up' page with 'Membership', for this purpose open ../partials/members/login_panel.hbs file in your code editor and find:
<a href="{{@site.url}}/signup/" class="global-button">{{t "Sign up"}}</a>
  1. Then, replace with:
<a href="{{@site.url}}/membership/" class="global-button">Membership</a>
  1. Save your login_panel.hbs file in ../partials/members/ folder.