Kayako Logo
Modifications & Addon Releases Modification guides and addons are posted here to share with the community. Do not post requests in here!

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
Owned License
SupportSuite work with Joomla 1.0.13? - 22-09-2007, 02: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: 4,951
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
22-09-2007, 07: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)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#3) Old
Joey Offline
New Member
 
Posts: 1
Join Date: Feb 2007

24-09-2007, 03: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

SupportSuite
Owned License
My test - 24-09-2007, 06: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: 4,951
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
24-09-2007, 07: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)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#6) Old
craigbrass Offline
Senior Member
 
Posts: 4,951
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
26-09-2007, 10: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)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#7) Old
Jamie Edwards Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 4,313
Join Date: Jan 2006
Location: UK

SupportSuite
Owned License

27-09-2007, 07: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)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#8) Old
fm-soares Offline
New Member
 
fm-soares's Avatar
 
Posts: 10
Join Date: Sep 2007

SupportSuite
Owned License
Smile 28-09-2007, 12: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

SupportSuite
Owned License
29-09-2007, 05: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 Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 4,313
Join Date: Jan 2006
Location: UK

SupportSuite
Owned License

29-09-2007, 06: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)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#11) Old
craigbrass Offline
Senior Member
 
Posts: 4,951
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
29-09-2007, 06: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)

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#12) Old
craigbrass Offline
Senior Member
 
Posts: 4,951
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
29-09-2007, 06: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, 91 views)


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

Icon Headquarters - Its Elixir - Web2Messenger
   
Reply With Quote
  (#13) Old
fm-soares Offline
New Member
 
fm-soares's Avatar
 
Posts: 10
Join Date: Sep 2007

SupportSuite
Owned License
Wow! - 29-09-2007, 10: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 Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 4,313
Join Date: Jan 2006
Location: UK

SupportSuite
Owned License

29-09-2007, 10:55 PM

Well done Craig and thanks for sharing


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
  (#15) Old
craigbrass Offline
Senior Member
 
Posts: 4,951
Join Date: Jun 2005
Location: Cumbria, UK

SupportSuite
Owned License
30-09-2007, 09: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)

Icon Headquarters - Its Elixir - Web2Messenger

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


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

vB 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 08: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 07:58 PM
Showcase: SoftAir & DemoWolf partner for complete SupportSuite customizations demowolf Marketplace 0 21-03-2006 02:09 PM



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

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



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