aboutsummaryrefslogtreecommitdiff
path: root/exampleSite/netlify
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2019-04-08 21:46:03 +0300
committerGitHub <noreply@github.com>2019-04-08 21:46:03 +0300
commitd69ebc475fc67c65c52c206b7cc1eb70e1633645 (patch)
tree4808b9ae6e28372ced486b1e827d8300406dcbe0 /exampleSite/netlify
parent9c2eb26b5732e0a9087dd024f7fd0b10fec9ef74 (diff)
parent7f610d23ed696d050ed2d1e405f6bba339a497c4 (diff)
cState v3.1.0 | #54 | here goes nothing
cState v3.1.0
Diffstat (limited to 'exampleSite/netlify')
-rw-r--r--exampleSite/netlify/change.html5
-rw-r--r--exampleSite/netlify/confirmation.html5
-rw-r--r--exampleSite/netlify/invitation.html5
-rw-r--r--exampleSite/netlify/recovery.html7
4 files changed, 22 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
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 @@
+<h2>[cState Admin] <br> Confirm your signup, please.</h2>
+
+<p>Follow this link to confirm your account:</p>
+
+<p><a href="{{ .SiteURL }}/admin/#confirmation_token={{ .Token }}">Yes, confirm this email</a></p>
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 @@
+<h2>[cState Admin] <br> You have been invited!</h2>
+
+<p>You have been invited to create a user profile on {{ .SiteURL }}. Follow this link to accept the invite:</p>
+
+<p><a href="{{ .SiteURL }}/admin/#invite_token={{ .Token }}">Accept the invite</a></p>
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 @@
+<h2>[cState Admin] <br> A password reset has been requested.</h2>
+
+<p>Follow this link to reset the password for your account:</p>
+
+<p><a href="{{ .SiteURL }}/admin/#recovery_token={{ .Token }}">Recover my access</a></p>
+
+<p>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.</p> \ No newline at end of file