« Previous -
Version 4/8
(diff) -
Next » -
Current version
Bryan Heath, 06/08/2012 04:03 pm
Setup¶
This can be used for users and/or staff
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
- Update
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
- Update
Optional¶
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.
Disable Registration¶
- Login to your admin
- Widgets
- Register
- Change to disabled
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
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