Re: [rt-users] Strip the requestor

2012-01-05 Thread Mikal Kolbein Gule

On Thu, 5 Jan 2012, Randy Black wrote:

The obstacle of removing them one at a time in a loop, is that the 
emails come from outside of our domain.  Not knowing these addresses 
it's impossible to remove them before other scrips fire off.  The emails 
back to them on create notify and other scripts, need to be completely 
disabled.


hint

for ($self-TicketObj-Requestors-MemberEmailAddresses)
{
$ticket-DeleteWatcher(
 Type = 'Requestor',
 Email = $_,
 Silent = 1);
}

/hint

Mvh,
Mikal Gule
USIT/GAP/W3D

RT Training Sessions (http://bestpractical.com/services/training.html)
* Boston  March 5  6, 2012


Re: [rt-users] RTx::BecomeUser feature

2011-07-22 Thread Mikal Kolbein Gule

On Tue, 12 Jul 2011, Kevin Falcone wrote:


On Tue, Jul 12, 2011 at 04:19:18PM +0200, Raphaƫl MOUNEYRES wrote:

   Hi,

   I installed the extension RTx::BecomUser on my 3.8.8 RT, and the option 
displayed as expected
   in the menu.
   I can choose someone to become, and can see the Congratulation messages, as 
well as the name
   changing on the top bar.

   But this is short success as i have configured RT to have Apache 
Authentication for pages...
   so as soon as i click on another page, i become myself again

   Is there any way to keep the selected user active with apache auth, or may i 
be a new feature
   for this plugin ?


Unfortunately, this isn't a BPS extension, so you probably need to
ping the author about it.


I modified becomeuser to fit our needs - and to work with the way RTs 
sessionhandling changed some versions back. Not sure if it will work with 
Apache Auth though. Attaching our BecomeUser.html.


Mvh,
Mikal Gule
USIT/GAP/W3D TEXT/html; name=BecomeUser.html: Unrecognized 


2011 Training: http://bestpractical.com/services/training.html