Givdo / givdo_api_server

1 stars 0 forks source link

Create an admin with email and password attributes #21

Closed LydiaMontagnese closed 7 years ago

diegotoral commented 7 years ago

Actually, we already have an rake task to create admin users. Check it here.

To create an admin simply run

$ bin/rake givdo:admin:create[some@email.com,password]

Closing this issue for now.