anti-prefill.gohtml (359B)
1 {{ define "anti-prefill" }} 2 <input type="text" name="hack_username" value="john" style="position: absolute; top: -10000px;" /> 3 <input type="email" name="hack_email" value="noreply@something.com" style="position: absolute; top: -10000px;" /> 4 <input type="password" name="hack_password" value="nopassword" style="position: absolute; top: -10000px;" /> 5 {{ end }}