Kayako logo
How do I? Questions about how to do specific things in SupportSuite, eSupport and LiveResponse. Not for reporting problems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
sishiwara Offline
New Member
 
Posts: 4
Join Date: Sep 2007
Do Not Allow Users to Change Passwords - 10-09-2007, 05:03 PM

I would like to restrict users from changing their passwords. Is there any way to do this?

I'm building the user table from my other general user table, so I don't want them changing their passwords.
   
Reply With Quote
  (#2) Old
craigbrass Offline
Senior Member
 
Posts: 5,712
Join Date: Jun 2005
Location: Cumbria, UK
10-09-2007, 05:11 PM

Well you could just disable it using the templates.

1. Go Admin CP -> Templates -> Manage Templates -> General -> changepassword and change it to the following :-
Code:
	<{displaytemplate name="header"}>

	<table width="100%"  border="0" cellspacing="0" cellpadding="0">
	<tr><td align="left" valign="top">

You are not permitted to change your password.

	</td><td width="5"><img src="<{$themepath}>space.gif" width="5" height="1"></td></tr>
	</table>
  <{displaytemplate name="footer"}>
2. Go Manage Templates again but this time go General -> navbar. Find the following :-
Code:
						  <div class="navitem" onMouseOver="javascript:this.className='navitemhover';" onMouseOut="javascript:this.className='navitem';"><img src="<{$themepath}>icon_lock.gif" align="absmiddle" />&nbsp;<a href="index.php?_m=core&_a=changepassword"><{$language[changepassword]}></a></div>
and delete it.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#3) Old
sishiwara Offline
New Member
 
Posts: 4
Join Date: Sep 2007
10-09-2007, 05:55 PM

Thanks, that is great.
   
Reply With Quote
  (#4) Old
craigbrass Offline
Senior Member
 
Posts: 5,712
Join Date: Jun 2005
Location: Cumbria, UK
10-09-2007, 06:23 PM

Your welcome. Let us know if you need any more help.


Craig Brass - Kayako Forum Squatter (Note: I am NOT a staff member)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
Reply

Tags
passwords

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change the ticket owner (users not staff) valik How do I? 2 01-06-2007 12:57 PM
Email notifications to users on ticket status change? austin SupportSuite, eSupport and LiveResponse 1 11-09-2006 09:09 AM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46