[rt-users] RTAddressRegexp

2010-08-30 Thread Codatel Lists
In the rt config file I have the following line Set($RTAddressRegexp , '^...@rt.mydomain.com$'); when I create a queue called n...@rt.mydomain.com I get a message in the queue config screen saying RTAddressRegexp option in the config doesn't match n...@mydomain.co

Re: [rt-users] Auto Login Link in autoreply with password

2010-08-30 Thread Codatel Lists
0, at 1:42 AM, Kevin Falcone wrote: > On Tue, Aug 31, 2010 at 01:19:32AM +1000, Codatel Lists wrote: >> I think its because the $pass value is only generated if the auto password >> generation script finds that the email from a new user. >> >> If the email is no

Re: [rt-users] Wiki redux

2010-08-30 Thread Codatel Lists
I have found this line in a folder in the rt home directory. anyone know what it means or if this is something I can use in my autoreply /RTHOME/RT/Test/Web.pm:$self->get($url . "?user=$user;pass=$pass"); On 31/08/2010, at 1:46 AM, Thierry Thelliez wrote: > Hello, > > I just found this

Re: [rt-users] Auto Login Link in autoreply with password

2010-08-30 Thread Codatel Lists
implemented On 31/08/2010, at 1:42 AM, Kevin Falcone wrote: > On Tue, Aug 31, 2010 at 01:19:32AM +1000, Codatel Lists wrote: >> I think its because the $pass value is only generated if the auto password >> generation script finds that the email from a new user. >> >> If

Re: [rt-users] Auto Login Link in autoreply with password

2010-08-30 Thread Codatel Lists
: > On Mon, Aug 30, 2010 at 02:51:48PM +1000, Codatel Lists wrote: >> &pass= is part of the link to be displayed >> {{$Transaction->CreatorObj->__Value} is the >> variable data which the system should fetch >> On 30/08/2010, at 7:38 AM, Brumm, Torsten /

Re: [rt-users] Auto Login Link in autoreply with password

2010-08-30 Thread Codatel Lists
This would be pretty difficult and beyond me for sure into RT Isnt there a way I can fetch the plain password with the RT framework? On 30/08/2010, at 10:49 PM, Marouane HIMDI wrote: Torsten talks about this tool ttp://www.openwall.com/john/ Le 30/08/2010 14:19, Codatel Lists a écrit : what

Re: [rt-users] Auto Login Link in autoreply with password

2010-08-30 Thread Codatel Lists
what do you mean by parse it through john? On 30/08/2010, at 10:12 PM, Torsten Brumm wrote: Damn, you are right, for users with a password this will not work. Hmmm, possibly other guys have better ideasparse it through john and then you have it plain text :-( 2010/8/30 Codatel Lists

Re: [rt-users] Auto Login Link in autoreply with password

2010-08-30 Thread Codatel Lists
t.mydomain.com/ticket/SelfService/Display.html?id=139&user=reques...@email.com&pass=$pass ?? 2010/8/30 Codatel Lists mailto:li...@codatel.com.au>> I have tried that and I get the following result. The password is blank http://rt.mydomain.com/ticket/SelfService/Display.html?id=139&

Re: [rt-users] Auto Login Link in autoreply with password

2010-08-30 Thread Codatel Lists
u sent, it looks like the md5 of the password: You should try this: {$RT::WebURL}SelfService/Display.html?id={$Ticket->id()}&user={$Transaction->CreatorObj->Name}&pass={$pass} inside $pass you sent out the plain text password and i think, the login method with the lin

Re: [rt-users] Auto Login Link in autoreply with password

2010-08-29 Thread Codatel Lists
&pass= is part of the link to be displayed {{$Transaction->CreatorObj->__Value} is the variable data which the system should fetch On 30/08/2010, at 7:38 AM, Brumm, Torsten / Kuehne + Nagel / Ham MI-ID wrote: Why not use: $pass instead of:&pass={$Transaction->CreatorObj->__Value Torsten __

[rt-users] Auto Login Link in autoreply with password

2010-08-29 Thread Codatel Lists
I am trying to setup my autoreply so that it has a direct link for the requestor to click and he can be logged straight into the RT. I am new to the eco system and have been playing around with it over the past few days. Ive hit a roadblock and am hoping someone can help me out. I have inserted