All UNIX-like systems, have mostly bash as the default shell. Each time I get access to a new system need to change the default login shell to zsh. This is how to do it on linux and OSX systems. Possibly it works as well with BSD. Substitute $username with the username provided.

user % sudo chsh -s $(which zsh) $username