Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Either expose mailing options or provide an alternate way to add new users #18

Open
strangecompany opened this issue Feb 4, 2016 · 1 comment

Comments

@strangecompany
Copy link

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.

@jparyani
Copy link
Owner

jparyani commented Feb 8, 2016

We purposely don't support multiple users in the current version of the Ghost Sandstorm port. As soon as we update to the latest ghost, this will all be supported natively. Logging in with different Sandstorm accounts will map to different users in Ghost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants