Re: [rt-users] Unprivileged Users using REST

2011-06-16 Thread Alexandre Miguel Aniceto
Kevin, Perfect. I changed the parameter to: Set($SelfServiceRegex, qr!^(?:/+SelfService/ | /+REST/)!x ); Now it's working. Thanks a lot for your help. ./AA On Jun 15, 2011, at 22:52 , Kevin Falcone wrote: On Wed, Jun 15, 2011 at 09:39:52PM +0100, Alexandre Miguel Aniceto wrote: I

Re: [rt-users] Unprivileged Users using REST

2011-06-15 Thread Kevin Falcone
On Wed, Jun 15, 2011 at 09:39:52PM +0100, Alexandre Miguel Aniceto wrote: I have a web portal that is providing requests information related to the logged user, using REST to query RT. It fails to fetch any information from RT unless I change this user to be a privileged user. Isn't it