FreeBSD: How to set random password for user.
To generate a random password for a user (after having used the adduser script, which gives you the option to do that when first creating the user) once again the pw command is used.
pw usermod lUser -w random
Posted by Administrator on Friday, October 27, 2006

