[rt-users] Auto creating a default password for unpriviledged user

Jesse Vincent jesse at bestpractical.com
Sun Feb 8 17:23:15 EST 2004




On Sun, Feb 08, 2004 at 02:20:34PM -0800, Jonathan Chen wrote:
> OK I've found out why it didn't work...
> 
> It was because I wanted a default password for a newly created user that caused RT to stop creating a new ticket via email.   After I changed back the settings from "Password => xyz111," to "Password => undef," ticket creation via email worked again.
> 

undef is a special value in perl.  

Had you had:

	Password => 'xyzzy', 

it would have been fine.


-- 
http://www.bestpractical.com/rt  -- Trouble Ticketing. Free.



More information about the rt-users mailing list