Kayako logo
Modifications & Extensions Modifications, extensions and guides for your Kayako help desk software.


Kayako develops robust helpdesk software, live chat and real-time visitor monitoring software.
Kayako is trusted by more than 30,000 organizations, including a number of Fortune 500 companies and government institutions.
Reply
 
LinkBack (5) Thread Tools Search this Thread Rate Thread Display Modes
  5 links from elsewhere to this Post. Click to view. (#1) Old
fm-soares Offline
New Member
 
fm-soares's Avatar
 
Posts: 10
Join Date: Sep 2007
SupportSuite work with Joomla 1.0.13? - 22-09-2007, 03:27 AM

Joomla! team has announced the availability of Joomla! 1.5 RC1. In a small paragraph at the end of this article you can read that Joomla! 1.0.13 has been released surprisingly. Joomla! 1.0.13 is an "incremental bug fixing and security update for Joomla! 1.0 series software".

- J! 1.0.13 uses a different method to encrypt passwords that the Joomla! version before
- the core login function parameter declaration/types were changed

The question is! This maintenance release works on Joomla CMS loginShare file? (\includes\LoginShare\loginshare.php)

Thanks a Lot!

Soares
   
Reply With Quote
  (#2) Old
craigbrass Offline
Senior Member
 
Posts: 7,387
Join Date: Jun 2005
Location: Cumbria, UK
22-09-2007, 08:14 AM

Test it and see. Post back if it doesn't and then it can be modified to work with 1.5.


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

Click here for Kayako Software Development

My Addons: BlackBerry Ticket Client for Kayako - Windows Mobile Live Support Client for Kayako
   
Reply With Quote
  (#3) Old
Joey Offline
New Member
 
Posts: 1
Join Date: Feb 2007
24-09-2007, 04:54 PM

The loginshare for Joomla 1.0.13 and SupportSuite 3.11.01 stable is definitely broken.

-joey
   
Reply With Quote
  (#4) Old
fm-soares Offline
New Member
 
fm-soares's Avatar
 
Posts: 10
Join Date: Sep 2007
My test - 24-09-2007, 07:54 PM

The SupportSuite 3.11.01 Stable loginshare file for Joomla 1.0.13 no works im my tests!

TKS

Soares
   
Reply With Quote
  (#5) Old
craigbrass Offline
Senior Member
 
Posts: 7,387
Join Date: Jun 2005
Location: Cumbria, UK
24-09-2007, 08:10 PM

I'll do some tests tomorrow and see if I can sort it out as I submitted this LoginShare to Kayako.


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

Click here for Kayako Software Development

My Addons: BlackBerry Ticket Client for Kayako - Windows Mobile Live Support Client for Kayako
   
Reply With Quote
  (#6) Old
craigbrass Offline
Senior Member
 
Posts: 7,387
Join Date: Jun 2005
Location: Cumbria, UK
26-09-2007, 11:17 AM

Ok, after a bit of testing, I have found that Joomla changed their login routine in 1.0.13 onwards. They now use a crypt salt password. As this is a one way algorithm, there is no way the LoginShare can be updated I can think of. LoginShares can only be created where :-
1. The password is stored as plain text.
2. The password uses MD5.
3. The encryption algorithm used can be decrypted some way to get it back to plain text.

Sorry this isn't the answer you were after.


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

Click here for Kayako Software Development

My Addons: BlackBerry Ticket Client for Kayako - Windows Mobile Live Support Client for Kayako
   
Reply With Quote
  (#7) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 7,274
Join Date: Jan 2006
Location: England, UK
27-09-2007, 08:52 PM

I suggest you take a look at the vBulletin LoginShare - the passwords there are stored as salted MD5 sums.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#8) Old
fm-soares Offline
New Member
 
fm-soares's Avatar
 
Posts: 10
Join Date: Sep 2007
Smile 28-09-2007, 01:47 PM

Im try to update joomla.php LoginShare file, with salted MD5 sums like vBulletin file but not works, i'm a bad programer!

With these problems i don't think iwill work with Joomla 1.0.13! My site are just working great with 1.0.12, is now add+ SupportSuite! Great tool! ... No fear for my passwords! I'd prefer to wait the final release of Joomla 1.5 and SupportSuite futures updates, and then making hard work for converting my site...

If somebody fidn a solution, please post here! after i upgrade Joomla 1.X

Thanks for Help!

Soares
   
Reply With Quote
  (#9) Old
fm-soares Offline
New Member
 
fm-soares's Avatar
 
Posts: 10
Join Date: Sep 2007
29-09-2007, 06:55 PM

Im put this post at Joomla Forums to find a solution! co-reference purpose

http://forum.joomla.org/index.php/topic,217746.0.html
   
Reply With Quote
  (#10) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 7,274
Join Date: Jan 2006
Location: England, UK
29-09-2007, 07:04 PM

@Craig - did you take a look at the vBulletin LoginShare module file to see how that handles salting? I'll take a look myself soon.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#11) Old
craigbrass Offline
Senior Member
 
Posts: 7,387
Join Date: Jun 2005
Location: Cumbria, UK
29-09-2007, 07:15 PM

Sorry, yes. I was looking at this but something came up and I forgot about it. Will carry on looking into it now.


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

Click here for Kayako Software Development

My Addons: BlackBerry Ticket Client for Kayako - Windows Mobile Live Support Client for Kayako
   
Reply With Quote
  (#12) Old
craigbrass Offline
Senior Member
 
Posts: 7,387
Join Date: Jun 2005
Location: Cumbria, UK
29-09-2007, 07:40 PM

Ok, its sorted and working. See attached. Just replace this inside the /includes/LoginShare/ directory for 1.0.13+ ONLY. Any sooner versions don't require it and won't work with it.

Thanks to Andrew (the coder that works for my company) for getting it to separate the password out (as it is stored like Hash:Salt inside the database).

Enjoy.
Attached Files
File Type: php joomla.login.php (3.9 KB, 131 views)


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

Click here for Kayako Software Development

My Addons: BlackBerry Ticket Client for Kayako - Windows Mobile Live Support Client for Kayako
   
Reply With Quote
  (#13) Old
fm-soares Offline
New Member
 
fm-soares's Avatar
 
Posts: 10
Join Date: Sep 2007
Wow! - 29-09-2007, 11:30 PM

Man! works! perfect!

Great!, im try and try but nothing! is now WoW!

Very, very thanks for You Craig, to Andrew and Jamie
   
Reply With Quote
  (#14) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 7,274
Join Date: Jan 2006
Location: England, UK
29-09-2007, 11:55 PM

Well done Craig and thanks for sharing


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#15) Old
craigbrass Offline
Senior Member
 
Posts: 7,387
Join Date: Jun 2005
Location: Cumbria, UK
30-09-2007, 10:11 AM

Your welcome. I'll see what can be done about getting it to detect the version installed and then one LoginShare would work both the versions up to .12 and versions beyond then I can get Mahesh to include it with Kayako.

Ok, Andrew has updated it and it now works for all Joomla versions by detecting the presence of the ":" in the password field. I will open a ticket for Mahesh for him to add into CVS.

Ok, shoved in the Abuse department (as I know that is headed by you Jamie) so you can move it to one Mahesh will get as it wouldn't allow me to do that directly. ID is RUX-401871.


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

Click here for Kayako Software Development

My Addons: BlackBerry Ticket Client for Kayako - Windows Mobile Live Support Client for Kayako

Last edited by Jamie Edwards; 30-09-2007 at 10:13 PM. Reason: Merged posts
   
Reply With Quote
Reply

Tags
joomla, supportsuite

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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


LinkBacks (?)
LinkBack to this Thread: http://forums.kayako.com/f52/supportsuite-work-joomla-1-0-13-a-13752/
Posted By For Type Date
Joomla! Community Forum • View topic - Joomla 1.0.13 works with Kayako SupportSuite? This thread Refback 18-03-2008 09:00 PM
Joomla! Community Forum • View topic - Joomla 1.0.13 works with Kayako SupportSuite? This thread Refback 02-03-2008 06:13 AM
Joomla! Community Forum • View topic - Joomla 1.0.13 works with Kayako SupportSuite? This thread Refback 15-02-2008 02:57 AM
Joomla 1.0.13 works with Kayako SupportSuite? This thread Refback 10-01-2008 12:52 AM
Joomla 1.0.13 works with Kayako SupportSuite? This thread Refback 21-12-2007 05:46 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
SupportSuite Owned License Inquiries bmc2010 Presales Questions 3 27-08-2006 08:58 PM
Showcase: SoftAir & DemoWolf partner for complete SupportSuite customizations demowolf Marketplace 0 21-03-2006 02:09 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2


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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78