diff options
Diffstat (limited to 'exampleSite/netlify/recovery.html')
-rw-r--r-- | exampleSite/netlify/recovery.html | 7 |
1 files changed, 7 insertions, 0 deletions
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 |