ne0fite / GigKeeper

GNU General Public License v3.0
1 stars 0 forks source link

User / Profile Bootstrap Gulp Task #19

Closed ne0fite closed 7 years ago

ne0fite commented 7 years ago

Create a gulp task that will create a profile and account. It only requires an email address and password for input and generates a new profile and user record.

zero-degrees commented 7 years ago

I'm not sure Gulp is a good fit for this. It sounds like it the kind of thing that would normally be handled with a web interface or shell script.

ne0fite commented 7 years ago

It's a system setup task, really. So instead of executing SQL to create an initial account.