Add registration note.
alex wennerberg alex@alexwennerberg.com
Thu, 04 Feb 2021 18:43:27 -0800
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
templates/register.html
→
templates/register.html
@@ -26,6 +26,9 @@ <input id="password2" name="password2" size="27" type="password" required value="" />
</div> <label for="reference">How did you find {{.Config.SiteTitle}}? Did an existing user invite you, if so, whom? Could you provide a link to your website or social media?</label> <textarea id="reference" name="reference" class="textform" rows=4 required></textarea> + <p> + Your account will be approved by the admin before you can log in. I should get back to you within a day at the email you provided. + </p> <div class="error">{{ range .Errors}}{{.}}<br>{{end}} </div> <div> <input