https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=PR: 245342
When entering a password sh's IFS default value (space tab, newline) so
any leading a trailing IFS characters are removed.
Setting IFS= (null) for just the two adduser.sh read lines will not
remove leading or trailing IFS characters.