Skip to content

Commit 6b09b1c

Browse files
fnetXashimokawa
authored andcommitted
CB: Registration info (captcha + throwaway mail)
updates the registration template to add a notice regarding - throwaway email providers (fixes Codeberg/Community#174) - people having difficulties solving our captchas
1 parent b88d080 commit 6b09b1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

templates/user/auth/signup_inner.tmpl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
<label for="email">{{.i18n.Tr "email"}}</label>
2424
<input id="email" name="email" type="email" value="{{.email}}" required>
2525
</div>
26-
26+
27+
<div class="ui message flash-info"><p>Please note that we block certain throwaway email providers since we want to make sure we reach you.</p></div>
28+
2729
{{if not .DisablePassword}}
2830
<div class="required inline field {{if and (.Err_Password) (or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeRegister))}}error{{end}}">
2931
<label for="password">{{.i18n.Tr "password"}}</label>
@@ -43,6 +45,7 @@
4345
<label for="captcha">{{.i18n.Tr "captcha"}}</label>
4446
<input id="captcha" name="captcha" value="{{.captcha}}" autocomplete="off">
4547
</div>
48+
<div class="ui message flash-info"><p>If you have justified difficulties solving the captcha, please contact us at <a href="mailto:[email protected]">[email protected]</a> and let us know your prefered account name.</p></div>
4649
{{end}}
4750
{{if and .EnableCaptcha (eq .CaptchaType "recaptcha")}}
4851
<div class="inline field required">

0 commit comments

Comments
 (0)