diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-03-20 19:35:26 +0200 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2019-03-20 19:35:26 +0200 |
commit | bb4cb796536584428018951ce15f8aa3521d0f97 (patch) | |
tree | 8eab711b9bb9d7d5e9731718812757af2bbb13bf /exampleSite/netlify/change.html | |
parent | c43591a6717d415e505b0d57a281e2455b88158e (diff) |
Add Netlify Identity emails with correct URLs
Diffstat (limited to 'exampleSite/netlify/change.html')
-rw-r--r-- | exampleSite/netlify/change.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/netlify/change.html b/exampleSite/netlify/change.html new file mode 100644 index 0000000..23ad8a3 --- /dev/null +++ b/exampleSite/netlify/change.html @@ -0,0 +1,5 @@ +<h2>[cState Admin] <br> An email change has been requested.</h2> + +<p>Follow this link to confirm the update of your email from <strong>{{ .Email }}</strong> to <strong>{{ .NewEmail }}</strong>:</p> + +<p><a href="{{ .SiteURL }}/admin/#email_change_token={{ .Token }}">Make it <em>{{ .NewEmail }}</em></a></p>
\ No newline at end of file |