Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 317 forks source link

add a seed file to help the setup process. #99

Closed amalrik closed 8 years ago

amalrik commented 8 years ago

Instead of asking for the user enter in console and create a admin user, we can provide this seed file to help people setup the application.

ahoernecke commented 8 years ago

Hi @amalrik,

Thanks for the PR. Unfortunately we don't want to provide this as it would setup an administrative account using a default set of credentials. While dropping into the console is an extra step, it prevents users from leaving admin accounts with default credentials on their systems. I'm open to other solutions, include a "setup wizard" type feature for the first run, but don't really want to leave the user with a default admin account.

Thanks!

amalrik commented 8 years ago

@ahoernecke Thanks for quick response. :smiley: This makes sense to me. Maybe a setup wizard is the way to go. I will put some thought on this.