Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
guser Offline
New Member
 
Posts: 9
Join Date: Nov 2006
stop resending user password in autoreplies? - 24-11-2006, 10:48 PM

Hello,

I have the following code in my email_autoresponder template:

Code:
<{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>
<b><{$language[aremail]}></b><{$ticket[email]}><BR>
<b><{$language[arpassword]}></b><{$user[userpasswordtxt]}><BR>
<{/if}>
... the first time a user submits a ticket, they get an autoreply containing thier password details--this is fine. Then every time the same user submits a ticket after that, they get an autoreply containing thier password details again--this is not fine. I thought the code above would check to see if the user had already been sent thier password, and not send it again.

Can someone tell me what wrong?

Thank,
/guser
   
Reply With Quote
Reply

Tags
autoreplies, password, resending, stop

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
Invalid Username or Password with AD slarson SupportSuite, eSupport and LiveResponse 15 13-05-2008 09:59 AM
[HOW TO] Get the Winapp client runing on Terminal Servers Paul Agerbeek LiveResponse Desktop Application 0 12-10-2006 12:34 PM
Generate password on manual user insert by staff logicway Developers & Code 1 24-08-2006 01:51 PM
Turn off User Password Requirement thollas SupportSuite, eSupport and LiveResponse 3 28-01-2006 02:22 AM



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


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 47