danmaclean / gee_fu

An extensible Ruby on Rails web-service application and database for visualising HTGS data
18 stars 5 forks source link

Add initial user functionality #4

Closed mrship closed 11 years ago

mrship commented 11 years ago

This is a big PR that adds Devise and hooks up user sign-up/sign-in/sign-out and account management.

To get it up and running you'll need to:

The format for EMAIL_SENDER would be My name <myemail@example.com> You'll need to sign up for a Mandrill account. The MANDRILL_USERNAME and MANDRILL_APIKEY can be found from SMTP & API settings from the settings dropdown menu (far right) when you've logged in.

Until you have the email setup with Mandrill correctly you won't be able to sign up as confirmation emails are required to, er, confirm your account and allow you to sign in.

Once you've got it up and running you'll notice that:

Any issues, let me know.