bborn / lewsnetter

E-mail marketing application (create and send e-mail newsletter via SES). Includes subscription management, delivery, bounce and complaint notification, templates, and some stats.
MIT License
318 stars 42 forks source link

Update docs to include approved #2

Closed izidorome closed 9 years ago

izidorome commented 9 years ago

After following the README for setup, I needed to approve the user through console too. So a think you should include this on the docs. Change this: Using the console, turn that account into an admin user (user.is_admin = true) to this: "Using the console, turn that account into an admin user:

user.update(is_admin:true, approved: true)"