Setup
Version 4 (Bryan Heath, 06/08/2012 04:03 pm)
| 1 | 1 | h1. Setup |
|
|---|---|---|---|
| 2 | 1 | ||
| 3 | 1 | This can be used for users and/or staff |
|
| 4 | 1 | ||
| 5 | 3 | Bryan Heath | h1. Users: |
| 6 | 1 | ||
| 7 | 1 | * Login to your admin |
|
| 8 | 1 | * Go to Users |
|
| 9 | 1 | ** Its on the top grey bar under the logo and to the right |
|
| 10 | 1 | * LoginShare |
|
| 11 | 1 | ** On the bar directly under Users |
|
| 12 | 1 | * Enable LoginShare |
|
| 13 | 1 | ** Change it to Yes |
|
| 14 | 1 | * Give it a title |
|
| 15 | 1 | ** For example: Network Login |
|
| 16 | 1 | * Enter the url to your ldap.php |
|
| 17 | 1 | ** Example: http://www.mysite.com/kayako/ldap.php |
|
| 18 | 1 | * Update |
|
| 19 | 1 | ||
| 20 | 3 | Bryan Heath | h1. Staff: |
| 21 | 1 | ||
| 22 | 1 | * Login to your admin |
|
| 23 | 1 | * Staff |
|
| 24 | 1 | ** Its on the top grey bar under the logo |
|
| 25 | 1 | * LoginShare |
|
| 26 | 1 | ** On the bar and to the right |
|
| 27 | 1 | * Enable LoginShare |
|
| 28 | 1 | ** Change it to Yes |
|
| 29 | 1 | * Give it a title |
|
| 30 | 1 | ** For example: Network Login |
|
| 31 | 1 | * Enter the url to your ldap.php with ?type=staff |
|
| 32 | 1 | ** Example: http://www.mysite.com/kayako/ldap.php?type=staff |
|
| 33 | 1 | * Update |
|
| 34 | 2 | Bryan Heath | |
| 35 | 3 | Bryan Heath | h1. Optional |
| 36 | 2 | Bryan Heath | |
| 37 | 3 | Bryan Heath | h2. Logging |
| 38 | 2 | Bryan Heath | |
| 39 | 4 | Bryan Heath | 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. |
| 40 | 2 | Bryan Heath | |
| 41 | 3 | Bryan Heath | h2. Disable Registration |
| 42 | 2 | Bryan Heath | |
| 43 | 2 | Bryan Heath | * Login to your admin |
| 44 | 2 | Bryan Heath | * Widgets |
| 45 | 2 | Bryan Heath | * Register |
| 46 | 2 | Bryan Heath | * Change to disabled |
| 47 | 2 | Bryan Heath | |
| 48 | 3 | Bryan Heath | h2. Remove lost password from the template |
| 49 | 2 | Bryan Heath | |
| 50 | 2 | Bryan Heath | * Login to your admin |
| 51 | 2 | Bryan Heath | * Templates |
| 52 | 2 | Bryan Heath | * Templates |
| 53 | 2 | Bryan Heath | * General |
| 54 | 2 | Bryan Heath | * Header |
| 55 | 2 | Bryan Heath | * Find and remove (Around the middle): |
| 56 | 2 | Bryan Heath | ** @<div id="logintext"><a href="<{$_baseName}><{$_templateGroupPrefix}>/Base/UserLostPassword/Index"><{$_language[lostpassword]}></a></div>@ |
| 57 | 2 | Bryan Heath | ** Or you can hide it using <!-- --> |
| 58 | 2 | Bryan Heath | * You may also want to remove the ability to change their password to do so find and remove: |
| 59 | 2 | Bryan Heath | ** @<div class="maitem machangepassword" onclick="javascript: Redirect('<{$_baseName}><{$_templateGroupPrefix}>/Base/UserAccount/ChangePassword');"><{$_language[machangepassword]}></div>@ |
| 60 | 2 | Bryan Heath | ** Or you can hide it using <!-- --> |
| 61 | 2 | Bryan Heath | * Save |
| 62 | 2 | Bryan Heath | |
| 63 | 3 | Bryan Heath | h2. Change the text on the login box from "Your email address" |
| 64 | 2 | Bryan Heath | |
| 65 | 2 | Bryan Heath | * Login to your admin |
| 66 | 2 | Bryan Heath | * Languages |
| 67 | 2 | Bryan Heath | * Phrases |
| 68 | 2 | Bryan Heath | * You want loginenteremail, you can scroll through until you find it or use search |
| 69 | 2 | Bryan Heath | * Change to the text you want (IE Your username) |
| 70 | 2 | Bryan Heath | * Update |