|
![]() |
| | LinkBack (1) | Thread Tools | Search this Thread | Rate Thread | Display Modes |
(#16)
|
| Member Posts: 237 Join Date: Apr 2006 Location: Norway SupportSuite Owned License |
17-06-2006, 07:59 PM
Quote:
But there are some downsides with the LoginShare function. I have reported this bug/issue: http://bugs.kayako.net/?do=details&id=1499 | |
| | |
(#17)
|
(#18)
|
(#19)
|
(#20)
|
(#21)
|
(#22)
|
(#23)
|
| Member Posts: 63 Join Date: Nov 2003 |
19-07-2006, 11:55 PM
Quote:
Using the normal code as posted int he first post in this thread works but the link is not active. So I tried to throw an <a in it as mentioned in a few post above. My code is above yours but when I use it get the following error which is returned to the sender (ticket is still created). Quote:
| ||
| | |
(#24)
|
| Member Posts: 41 Join Date: Aug 2005 |
20-07-2006, 12:01 AM
I think your missing a tag or bracket.. This is our entire template.. Copy and Paste all of this and see what happens: Code: <p><{if $ishtml == true}><font face="Verdana, Arial, Helvetica" size="2">Hello,</font></p>
<p><font face="Verdana, Arial, Helvetica" size="2"><{$language[arintro]}><BR>
<BR>
<b><{$language[articketid]}></b><{$ticket[fticketid]}><BR>
<b><{$language[arsubject]}></b><{$ticket[subject]}><BR>
<b><{$language[ardepartment]}></b><{$ticket[department]}><BR>
<b><{$language[arpriority]}></b><{$ticket[priority]}><BR>
<b><{$language[arstatus]}></b><{$ticket[status]}><BR>
<BR>
<a href="<{$swiftpath}>index.php?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}>&u_email=<{ urlencode value=$ticket[email]}>&u_passwd=<{urlencode value=$user[userpasswordtxt] }>&u_login=1&group=<{$ticket[tgroup]}>"> <{$language[arsubfooter]}> </a>
<{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}> <BR>
<BR><BR>
<{/if}>
<BR>
<{if $newscount != 0}>
<{foreach key=newskey value=newsitem from=$news}>
<b><{$newsitem[index]}>.</b> <a href="<{$swiftpath}>index.php?_m=news&_a=viewnews&newsid=<{$newsitem[newsid]}>&group=<{$ticket[tgroup]}>"><{$newsitem[subject]}></a><BR>
<{/foreach}>
<BR>
<{/if}>
<{$language[arfooter]}><BR>
<BR>
<{$settings[general_companyname]}><{if $queuesignature != ""}><BR>
<{$queuesignature}><{/if}></font><{else}><{$ticket[fullname]}>,
<{$language[arintro]}>
<{$language[articketid]}><{$ticket[fticketid]}>
<{$language[arsubject]}><{$ticket[subject]}>
<{$language[ardepartment]}><{$ticket[department]}>
<{$language[arpriority]}><{$ticket[priority]}>
<{$language[arstatus]}><{$ticket[status]}>
<{$language[arsubfooter]}><{$swiftpath}>index.php?_m=tickets&_a=viewticket&ticketid=<{$ticket[ticketid]}><{if $settings[u_sendpw] == 1 && $user[userpasswordtxt] != "" && $user[loginapi_moduleid] == 1}>
<{$language[aremail]}><{$ticket[email]}>
<{$language[arpassword]}><{$user[userpasswordtxt]}>
<{/if}>
<{if $newscount != 0}>
<{foreach key=newskey value=newsitem from=$news}>
<{$newsitem[index]}>. <{$newsitem[subject]}>
<{$swiftpath}>index.php?_m=news&_a=viewnews&newsid=<{$newsitem[newsid]}>&group=<{$ticket[tgroup]}>
<{/foreach}>
<{/if}>
<{$language[arfooter]}>
<{$settings[general_companyname]}><{if $queuesignature != ""}>
<{$queuesignature}><{/if}><{/if}></p> |
| | |
(#25)
|
(#26)
|
| New Member Posts: 27 Join Date: Jun 2006 SupportSuite |
20-07-2006, 12:09 PM
Has anyone made this way of autologin worked with SupportSuite 3.00.32? I made everything as written in this topic and get the ticket links containing email and password inside: HTML Code: http://support.mydomain.net/index.php?_m=tickets&_a=viewticket&ticketid=12&u_email=mail%40mail.com&u_passwd=cf51f31e&u_login=1&group=holland Quote:
loginresult=0&group=holland& so after some refreshes I get the following link in address bar HTML Code: http://support.mydomain.net/index.php?loginresult=0&group=holland&loginresult=0&group=holland&loginresult=0&group=holland&loginresult=0&group=holland&loginresult=0&group=holland&loginresult=0&group=holland&loginresult=0&group=holland&loginresult=0&group=holland&_m=tickets&_a=viewticket&ticketid=12&u_email=mail%40mail.com&u_passwd=cf51f31e&u_login=1&group=holland Any ideas? | |
| | |
(#27)
|
| Member Posts: 41 Join Date: Aug 2005 |
20-07-2006, 12:41 PM
Hmm.. couple Qs: - Are you using this as the Auto-responder? Only that one has both the username and password to login.. The other template require the entry (or remembered) password.. - Be sure you are logged out of support center.. before clicking on the link.. Quote:
| |
| | |
(#28)
|
| Member Posts: 63 Join Date: Nov 2003 |
20-07-2006, 10:11 PM
Quote:
I redid it with your code above and was 100% logged out of the admin and staff areas with windows closed. Sent a test e-mail and got the following back in the auto reply for the link: Code: https://emaxhosting.com/support/index.php?_m=tickets&_a=viewticket&ticketid=13479&u_email=user%40domain.net&u_passwd=5555555&u_login=1&group=default | |
| | |
(#29)
|
| Member Posts: 41 Join Date: Aug 2005 |
20-07-2006, 10:19 PM
Check your code below.. It has to be here (from the 1st post): Quote:
| |
| | |
(#30)
|
| Member Posts: 51 Join Date: Jun 2006 |
21-07-2006, 03:09 AM
Quote:
At some stage we will also use password audits eg so that password lenghts and password expires after a certian amount of time to bring it in to line with our other applications as well to try and improve security. | |
| | |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |
LinkBacks (?)
LinkBack to this Thread: http://forums.kayako.com/f52/create-links-ticket-emails-auto-login-go-ticket-7615/ | ||||
| Posted By | For | Type | Date | |
| Kayako v3 login share - Ubersmith Forums | This thread | Refback | 22-12-2007 06:33 AM | |
Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.
Our three main products include: SupportSuite, eSupport and LiveResponse