Setup

Version 2 (Bryan Heath, 06/08/2012 12:54 pm) → Version 3/8 (Bryan Heath, 06/08/2012 04:03 pm)


h1. Setup

This can be used for users and/or staff

h1. h2. 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. h2. 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. h2. Optional

h2. h3. Logging

If you plan to use logging you must make the ldap/log directory writable (755 or 777)

h2. h3. Disable Registration

* Login to your admin
* Widgets
* Register
* Change to disabled

h2. h3. Remove lost password from the template

* Login to your admin
* Templates
* Templates
* General
* Header
* Find and remove (Around the middle):
** @<div id="logintext"><a 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:
** @<div class="maitem machangepassword" onclick="javascript: Redirect('<{$_baseName}><{$_templateGroupPrefix}>/Base/UserAccount/ChangePassword');"><{$_language[machangepassword]}></div>@
** Or you can hide it using <!-- -->
* Save

h2. h3. 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