Setup
Version 5 (Bryan Heath, 06/08/2012 04:04 pm) → Version 6/8 (Bryan Heath, 06/08/2012 04:05 pm)
h1. Setup
This can be used for users and/or staff
h1. Users:
* Login to your admin
* Go to Users
** Its on the top grey bar under the logo and to the right
* LoginShare
** On the bar directly under Users
* Enable LoginShare
** Change it to Yes
* Give it a title
** For example: Network Login
* Enter the url to your ldap.php
** Example: http://www.mysite.com/kayako/ldap.php
* Update
h1. Staff:
* Login to your admin
* Staff
** Its on the top grey bar under the logo
* LoginShare
** On the bar and to the right
* Enable LoginShare
** Change it to Yes
* Give it a title
** For example: Network Login
* Enter the url to your ldap.php with ?type=staff
** Example: http://www.mysite.com/kayako/ldap.php?type=staff
* Update
h1. Optional
h2. Logging
If you plan to use logging you must make the ldap/log directory writable (755 or 777). Honestly I would just do it just in case.
h2. Disable Kayako Registration
* Login to your admin
* Widgets
* Register
* Change to disabled
h2. Remove lost password from the template
* Login to your admin
* Templates
* Templates
* General
* Header
* Find and remove (Around the middle):
<pre><div ** @<div id="logintext"><a href="<{$_baseName}><{$_templateGroupPrefix}>/Base/UserLostPassword/Index"><{$_language[lostpassword]}></a></div></pre> href="<{$_baseName}><{$_templateGroupPrefix}>/Base/UserLostPassword/Index"><{$_language[lostpassword]}></a></div>@
** Or you can hide it using <!-- -->
* You may also want to remove the ability to change their password to do so find and remove:
<pre><div ** @<div class="maitem machangepassword" onclick="javascript: Redirect('<{$_baseName}><{$_templateGroupPrefix}>/Base/UserAccount/ChangePassword');"><{$_language[machangepassword]}></div></pre> Redirect('<{$_baseName}><{$_templateGroupPrefix}>/Base/UserAccount/ChangePassword');"><{$_language[machangepassword]}></div>@
** Or you can hide it using <!-- -->
* Save
h2. Change the text on the login box from "Your email address"
* Login to your admin
* Languages
* Phrases
* You want loginenteremail, you can scroll through until you find it or use search
* Change to the text you want (IE Your username)
* Update