Fixed
Details
Priority
BlockerFix versions
Components
Assignee
Matthew JonesMatthew JonesReporter
Juan Arcadio Martinez CarcelesJuan Arcadio Martinez CarcelesLabels
Property addition/change required
Yes
Details
Details
Priority
Fix versions
Components
Assignee
Matthew Jones
Matthew JonesReporter
Juan Arcadio Martinez Carceles
Juan Arcadio Martinez CarcelesLabels
Property addition/change required
Yes
Created September 29, 2015 at 10:33 AM
Updated August 2, 2016 at 7:51 AM
Resolved April 6, 2016 at 11:05 AM
In the default.sakai.properties file:
# Sets the 'from' email address and name for password reset emails (if not set, falls back to mail.support) # accountValidator.checkValidations.fromEmailAddress= # accountValidator.checkValidations.fromEmailName=
And you can find the mail.support property:
# Email support address used in incoming email rejection messages. # DEFAULT: none (null) # mail.support=
The reset password tool uses support.email property.
If support.email isn't defined, then the e-mail notification doesn't work. This property doesn't appear in any sakai.properties files.
Are both the same property? In that case, Reset Pass Tool should use mail.support instead of support.email.
Or, are they differents? In that case, the properties file should define support.email with an explanation of usage.