Skip to content

Commit

Permalink
Add requirement details to change email confirmation mail.
Browse files Browse the repository at this point in the history
  • Loading branch information
neprune committed May 9, 2023
1 parent 49cb1cf commit 2212ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Offline report drafting. #4290
- Set width=device-width in viewport meta tag. #4384
- Fix photo field label not visually appearing as a label.
- Include requirements for redeeming the link in the email change confirmation mail.
- Bugfixes:
- Add ID attributes to change password form inputs.
- Fix link deactivation for privacy policy link on privacy policy page. #3704
Expand Down
2 changes: 1 addition & 1 deletion templates/email/default/change_email.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<th style="[% td_style %][% only_column_style %]">
<h1 style="[% h1_style %]">Change your [% site_name %] email&nbsp;address</h1>
<p style="[% p_style %]">Please click on the link below to confirm you wish to update your
email address on [% site_name %].</p>
email address on [% site_name %]. You must be logged in to your [% site_name %] account on this device and click on the link within 24 hours.</p>
<p style="margin: 20px auto; text-align: center">
<a style="[% button_style %]" href="[% c.uri_for_action( 'auth/token', token ) %]">Change my email address</a>
</p>
Expand Down

0 comments on commit 2212ce3

Please sign in to comment.