Re: [rt-users] Example of AutoCreate setting?

2011-12-29 Thread Kenneth Crocker
Jeff, What you have is fine to "autocreate" Unprivileged users. Kenn On Thu, Dec 29, 2011 at 2:08 PM, Jeff Blaine wrote: > I'm not Perlish enough to know what a 'hashref' should > look like. > >If C<$WebExternalAuto> is set to 1, C<$AutoCreate> >will be passed to User's Create method.

[rt-users] Example of AutoCreate setting?

2011-12-29 Thread Jeff Blaine
I'm not Perlish enough to know what a 'hashref' should look like. If C<$WebExternalAuto> is set to 1, C<$AutoCreate> will be passed to User's Create method. Use it to set defaults, such as creating Unprivileged users with C<{ Privileged => 0 }> This must be a hashref. Can someon