[otrs] Create session

2010-07-11 Thread emigo...@gmail.com
Hi! I'm trying to integrate jooml with otrs. The most important function is to login both systems at the same time. There are some simple method to do that? -- - --- Timeo Danaos et dona ferentes --- -

Re: [otrs] Unify Joomla and OTRS customer users

2010-07-10 Thread emigo...@gmail.com
(1, 'Admin', 'OTRS', 'r...@localhost', '73876873b6e0c23bc90b24227f7784e5:ff10491742010de973a1a11737a6ed0c', 1, 1, current_timestamp, 1, current_timestamp); # -- # insert into table groups #

[otrs] Unify Joomla and OTRS customer users

2010-07-10 Thread emigo...@gmail.com
I'm working to integrate OTRS in Joomla and my first problem was unify the user. OTRS use a very ugly method with crypt and Joomla use pass in the form "md5_hex(pass+salt):salt" where salt is a 32 bytes random number in hex (a md5hex of a rand) This patch convert de passwd of customer users in Jo