Creating Additional Users W/O Email Configured

Hi All,

Just wondering if there is a way to create additional users without the need to set up email. It’s on my todo to work through the email setup but for now, my site is basically a blog for three friends to collaborate and I’d like to add them as contributors ASAP without the need to immediately setup email within Ghost.

Thanks!

5 posts were split to a new topic: Configuring Ghost for the first time

@jmadero - see this solution from Jon Hickman: Creating new authors - #5 by jonhickman

Take a look at
https://medium.com/@wasaluduckworth/add-admin-user-programmatically-in-ghost-3488df51df24

It worked for me.
You have to complete the program with the line:
program.parse(process.argv);

See the note:
// Parse CLI arguments and run the command program.parse(process.argv);

There I created a working tool:
https://forum.ghost.org/t/commandline-tool-to-create-staff-user/53279

1 Like