How do I create a blank user password in Linux?

We do not recommend you disable dictionary checking or allow null (blank) passwords.

Set the user’s password to null (blank) using the following command (where johndoe is the username you wish to modify):

usermod -p "" johndoe