http://www.perlmonks.org?node_id=368328


in reply to Re: need to auto generate user/password info
in thread need to auto generate user/password info

Cool, I'll have to play with that a bit. I, of course, allow users to create their own passwords but I use an authorization process that requires them to use the system generated password to initialize their account. I chose passwdgen without too much thought, because it works and I'm familiar with it and needed a quick solution to the cruddy little hacked-up generator I had written from scratch.

Thanks for the tip!