fueko home fueko home

Login panel

Renge’s login panel gives logged-out visitors quick access to registration and sign-in links. By default the free registration link points to the signup page, but you can edit the theme file if your publication should send visitors to the membership page instead.

Tip: Replacing 'Register for free' with 'Membership' (Requires theme editing)
  1. To replace the 'Register for free' link with 'Membership', open ../partials/members/login_panel.hbs in your code editor and find:
{{t "Register for free"}}
  1. Then, replace with:
Membership
  1. Save your login_panel.hbs file in ../partials/members/ folder.