J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

Make users confirm their email addresses #131

Closed J3RN closed 6 years ago

J3RN commented 6 years ago

Taking a look through the database, I noticed that some people signed up with junk email addresses. I'd like to put a stop to that.

I loosely followed the :confirmable guide on the Devise wiki.

Fixes #119

J3RN commented 6 years ago

I threw this up on staging and created a new account. I actually had my work cut out for me, because my staging environment was running with RAILS_ENV=production. In any event, got that all sorted out. This should be good-to-go.