Start a conversation

Disabling or Hiding the User Registration Link in the Help Center

Overview

End-users can register their own account in the Help Center through the sign-up link on the login page. If you intend to register users manually instead of allowing them to register their own accounts, the template customization feature can help you achieve that goal. 

 

Diagnosis

By default, end-users can register an account when they visit your Help Center through the sign-up link. However, we understand that some customers use Kayako for internal purposes only. Therefore, some unwelcomed visitors might attempt to sign-up for an account and you would end up having to deal with unknown users on your list.

To prevent visitors from signing up for an account, you can hide the sign-up link in your Help Center by editing the login template.



mceclip0.png

 

Prerequisites

  • To edit the Help Center templates, you will need an admin account with the "Manage the Help Center" permission.

 

Solution

To edit the login template and remove the sign-up link:

  1. Log in to Kayako as admin and go to your Help Center.

  2. Click the Customize button on the upper right.

  3. Click Customize templates on the menu on the left.

    help_center_customize.jpg

  4. Navigate to the Template: Login

    mceclip2.png

  5. Comment the following code to disable it as you can see on the screenshot above (add the highlighted characters only on the first and last line of the code block):

    <!--- 
    <p class="layout__item u-textcenter">
    <a href="{{ URL }}/signup"><b>{{ phrase('login.signup.title') }}</b></a>
    </p
    --->
  6. Click Save.

 

Testing

What this procedure does is it hides the 'Need an account? Sign-up.' Hence, after saving the changes on the template, the link should no longer appear on the Help Center login page.

NOTE: User can still access the sign-up form if they type the direct URL in the address bar (e.g.,  https://DOMAIN.kayako.com/signup). If you want to disable the sign-up form, you would want to configure the sign-up template. Please contact your web developer for assistance in customizing Help Center templates.



mceclip0.png

 

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. ATLAS

  2. Posted

Comments