adapt-security / adapt-authoring

A server-based user interface for authoring eLearning courses using the Adapt framework.
http://adaptlearning.org
10 stars 5 forks source link

Sending password reset mail to other users does not occur #521

Closed canstudios-kent closed 2 years ago

canstudios-kent commented 2 years ago

Super users can request a password reset email for other users. However, the logs show a warning when attempting to do so:

2022-04-21T11:03:07.620Z warn mailer could not send email, SMTP is not enabled

From the user's perspective, the act of sending the password reset email is "completed" - no error messages appear to them.

Steps to reproduce:

  1. As a Super user, navigate to "User management".
  2. Select a user. Click "Reset password".
  3. Select "Yes I'm sure".
  4. If logs are accessible, notice that a warning appears. The password reset email is not sent.
taylortom commented 2 years ago

SMTP isn't currently enabled on the testing server, so there shouldn't be anything to do here

canstudios-kent commented 2 years ago

Reset password emails are now being sent.