diff options
author | Adam Stück <adam@adast.dk> | 2024-08-05 14:21:53 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2024-08-05 14:21:53 +0200 |
commit | 363f85d32b6062dedaf4b22c1c7404b47ebf6c2a (patch) | |
tree | e219fd6feddb0b074dff11b2bf3c81125be5b7df /netlify | |
parent | 37085c8f9a398d2d9cee596ee8ece555dc69c2bb (diff) |
Initial commit as status.adast.dk
Diffstat (limited to 'netlify')
-rw-r--r-- | netlify/change.html | 5 | ||||
-rw-r--r-- | netlify/confirmation.html | 5 | ||||
-rw-r--r-- | netlify/invitation.html | 5 | ||||
-rw-r--r-- | netlify/recovery.html | 7 |
4 files changed, 0 insertions, 22 deletions
diff --git a/netlify/change.html b/netlify/change.html deleted file mode 100644 index 23ad8a3..0000000 --- a/netlify/change.html +++ /dev/null @@ -1,5 +0,0 @@ -<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/netlify/confirmation.html b/netlify/confirmation.html deleted file mode 100644 index b6b8e55..0000000 --- a/netlify/confirmation.html +++ /dev/null @@ -1,5 +0,0 @@ -<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/netlify/invitation.html b/netlify/invitation.html deleted file mode 100644 index 4ad78bd..0000000 --- a/netlify/invitation.html +++ /dev/null @@ -1,5 +0,0 @@ -<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/netlify/recovery.html b/netlify/recovery.html deleted file mode 100644 index 1de69fd..0000000 --- a/netlify/recovery.html +++ /dev/null @@ -1,7 +0,0 @@ -<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 |