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
aartech Offline
New Member
 
Posts: 18
Join Date: Jun 2007
no password in autoresponder - 07-07-2007, 02:45 AM

I've enabled StaffCP>Settings>User Registration>Send Password in Auto Responder Message.

But in my tests I'm not seeing any username or password included in the autoresponder message created when a new ticket is opened.

I've tried creating a ticket by sending an email to the mail queue from a registered user, and a non-registered user
I've tried creating a ticket in the end user suport centre as a logged in user, and as one not logged in.

So #1 did I miss some other setting to get this to work?
And #2 how does it work if a new unregistered user creates a ticket by either emailing my mail queue, or if they "leave a message" from the chat window when I have messages forwarded to my email queue?

Thanks!
   
Reply With Quote
  (#2) Old
Chris Boulton Offline
Member
 
Posts: 151
Join Date: Jun 2003
Location: Sydney, Australia
07-07-2007, 12:36 PM

Hi,

For me, this functionality works correctly - I receive the email address and password in the auto-responder:
Quote:
You can check the status of or reply to this Ticket online at: http://-URL-
Email: [email address here]
Password: [password]
Note: I believe this only works correctly if you're using the built in login method and not an external login method.

Can you check to see if your email_autoresponder template contains the appropriate values?

1. Login to the Admin CP

2. Click Templates > Manage Templates

3. Expand your template group (Default is the standard SupportSuite one)

4. Expand "Tickets" and click on "email_autoresponder"

The template should contain:
Code:
<{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>

	<{$language[aremail]}><{$ticket[email]}>
	<{$language[arpassword]}><{$user[userpasswordtxt]}>
<{/if}>
As for your other question, it works by creating the user an account within SupportSuite and assigning them a random password. This user account is then used for any future tickets by this user.

Chris
   
Reply With Quote
  (#3) Old
aartech Offline
New Member
 
Posts: 18
Join Date: Jun 2007
07-07-2007, 02:42 PM

Maybe that's part of the problem, I'm using this with oscommerce so I'm using that for the login processing. I'll try switching it back and see if it works, but I'm not sure what's the point of having the login share if it breaks some of the functions....
   
Reply With Quote
  (#4) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,429
Join Date: Jan 2006
Location: United Kingdom
07-07-2007, 02:49 PM

The password will not be sent out if using a LoginShare login system - particularly osCommerce, as passwords cannot be decrypted.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#5) Old
aartech Offline
New Member
 
Posts: 18
Join Date: Jun 2007
08-07-2007, 02:37 AM

So it just doesn't get sent if loginshare is used?? Even if they aren't existing users? I did it as a new user. I'm not sure why it wouldn't work then...
   
Reply With Quote
  (#6) Old
Chris Boulton Offline
Member
 
Posts: 151
Join Date: Jun 2003
Location: Sydney, Australia
08-07-2007, 10:41 AM

Because the login share functionality does not include the ability to create accounts on the third party system - so it can't generate a user account.

There's no point in creating the user in SupportSuite when the account back on osCommerce isn't too because the idea is to share your osCommerce logins with SupportSuite.
   
Reply With Quote
Reply

Tags
autoresponder, password

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
3.10.02 Autoresponder not honoring Queue Override Name netFusion SupportSuite, eSupport and LiveResponse 20 30-04-2007 01:28 PM
Stopped sending username and password in autoresponder email surlaplage SupportSuite, eSupport and LiveResponse 6 07-01-2007 07:10 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