[rt-users] Example of AutoCreate setting?
Jeff Blaine
jblaine at kickflop.net
Thu Dec 29 17:08:32 EST 2011
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 someone provide a literal example of the setting,
ideally for a 'least privilege' new user account?
Just
Set($AutoCreate, { Privileged => 0 });
??
More information about the rt-users
mailing list