ariana-paris / otwarchive-gcode-issues

Apache License 2.0
0 stars 0 forks source link

Activation emails are not being sent to users #14

Closed ariana-paris closed 9 years ago

ariana-paris commented 9 years ago

Original issue 14 created by ariana-paris on 2008-04-11T19:51:39.000Z:

What steps will reproduce the problem?

  1. Create a new user
  2. Wait g
  3. No activation email will come.

Due to SMTP authentication our mail server on transformativeworks.org is not sending email when requested. This is currently being investigated by Systems in RT ticket # 67.

Once they have gotten us authentication info, we will need to update the config/development.rb and config/production.rb files to store this info, and to remove the current flash notice in users_controller/create which gives users the activation url.

ariana-paris commented 9 years ago

Comment #1 originally posted by ariana-paris on 2008-04-12T03:37:40.000Z:

<empty>

ariana-paris commented 9 years ago

Comment #2 originally posted by ariana-paris on 2008-04-22T19:19:51.000Z:

This turns out to have been a bug on our end: mail initialization code had also been put into initializers/mail.rb, which specified using authentication method :login with a bogus username/password, which was causing Rails to attempt authentication (not necessary while on the same server) and fail.

Mail initialization code has been left in mail.rb, and the authentication info taken out. Activation emails should now correctly be sent.

ariana-paris commented 9 years ago

Comment #3 originally posted by ariana-paris on 2008-05-06T20:25:52.000Z:

<empty>

ariana-paris commented 9 years ago

Comment #4 originally posted by ariana-paris on 2009-02-25T01:42:42.000Z:

<empty>

ariana-paris commented 9 years ago

Comment #5 originally posted by ariana-paris on 2009-02-25T03:23:11.000Z:

Updating status on discussion with Jennifew and Sidra

ariana-paris commented 9 years ago

Comment #6 originally posted by ariana-paris on 2010-11-13T22:14:02.000Z:

listing all former issues for automated tests

ariana-paris commented 9 years ago

Comment #7 originally posted by ariana-paris on 2010-11-14T19:40:27.000Z:

Converting from NeedsTest status to NeedsTest label