csmberkeley / scheduler

For managing our students, mentors, and sections
MIT License
8 stars 5 forks source link

Update confirmation email #23

Open tiffanyqi opened 8 years ago

tiffanyqi commented 8 years ago

Change to this:

Subject: [CSM] Email Confirmation Instructions

Welcome to CSM's scheduling service! Please confirm your account to get started. You can confirm your account email through the link below: Confirm my account

Let us know if you have any questions. Best, CSM

Zhangerr commented 8 years ago

The file in question for confirmation emails is here: app/views/devise/mailer/confirmation_instructions.html.erb

I'm not sure where to actually change the subject, though. Maybe it's a setting for devise? Or do we have to overwrite it?