don't store cleartext password in the MySQL table. We don't need clear text info to recreate the users (after a potential computer crash) when we store the MD5 hash from /etc/shadow instead.
Log in to post a comment.