It's currently impossible to add new users to a Sandstorm Ghost instance, because in order to add a new user Ghost needs to send an email out, and there's no way to edit config.js to add mailer setup details.
The two obvious potential solutions would be:
- Modify the New User function so that it no longer requires an email to be sent out.
- Add a dialog for entering mailer details.
The latter might be slightly more useful as it'd also enable other mail functionality.