DD-1058 Use support email in the system email message 'closing' text #176
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This PR fixes a problem =with the 'system emails', the end of thos emails refer to a contact email, but instaed of using that ione, the system email address is being used.
Which issue(s) this PR closes:
Jira issue: https://drivenbydata.atlassian.net/browse/DD-1058
Special notes for your reviewer:
Suggestions on how to test this:
dd-dtap/shared-code
directory.start-preprovisioned-box.py -s dev_archaeology dev_vocabs
.deploy.py --playbook provisioning/patches/upgrade-dataverse/to-5.14.yml dev_archaeology
.vagrant ssh dev_archaeology
and then/usr/local/payara5/glassfish/bin/asadmin -Dcreate-jvm-options [email protected]
and restart payara;sudo systemctl restart payara
..dd-dtap
, deploy the'fixed' war file;deploy.py --dataverse-war shared-code/dataverse/target/dataverse-5.14 dev_archaeology
.https://dev.archaeology.datastations.nl/passwordreset.xhtml
and request a reset for a test user account, for instance[email protected]
.curl http://0.0.0.0:1080/messages | jq
.curl http://0.0.0.0:1080/messages/2.plain
if the id = 2.Important to check is that the 'sender' is still the system email;
[email protected]
, but the mail text should give that support email address ([email protected]
) to contact us!Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Is there a release notes update needed for this change?:
Additional documentation: