From bb4cb796536584428018951ce15f8aa3521d0f97 Mon Sep 17 00:00:00 2001 From: Mantas <11616378+mistermantas@users.noreply.github.com> Date: Wed, 20 Mar 2019 19:35:26 +0200 Subject: Add Netlify Identity emails with correct URLs --- exampleSite/netlify/change.html | 5 +++++ exampleSite/netlify/confirmation.html | 5 +++++ exampleSite/netlify/invitation.html | 5 +++++ exampleSite/netlify/recovery.html | 7 +++++++ 4 files changed, 22 insertions(+) create mode 100644 exampleSite/netlify/change.html create mode 100644 exampleSite/netlify/confirmation.html create mode 100644 exampleSite/netlify/invitation.html create mode 100644 exampleSite/netlify/recovery.html (limited to 'exampleSite') 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 @@ +
Follow this link to confirm the update of your email from {{ .Email }} to {{ .NewEmail }}:
+ + \ No newline at end of file diff --git a/exampleSite/netlify/confirmation.html b/exampleSite/netlify/confirmation.html new file mode 100644 index 0000000..b6b8e55 --- /dev/null +++ b/exampleSite/netlify/confirmation.html @@ -0,0 +1,5 @@ +Follow this link to confirm your account:
+ + diff --git a/exampleSite/netlify/invitation.html b/exampleSite/netlify/invitation.html new file mode 100644 index 0000000..4ad78bd --- /dev/null +++ b/exampleSite/netlify/invitation.html @@ -0,0 +1,5 @@ +You have been invited to create a user profile on {{ .SiteURL }}. Follow this link to accept the invite:
+ + diff --git a/exampleSite/netlify/recovery.html b/exampleSite/netlify/recovery.html new file mode 100644 index 0000000..1de69fd --- /dev/null +++ b/exampleSite/netlify/recovery.html @@ -0,0 +1,7 @@ +Follow this link to reset the password for your account:
+ + + +Note: If you did not request a password change, you do not need to do anything. It may mean someone else is trying to log into your account.
\ No newline at end of file -- cgit v1.2.3-70-g09d2