csrf protection

This commit is contained in:
2021-04-10 19:27:15 +02:00
parent ed48629a61
commit 66ef9e6d0c
9 changed files with 40 additions and 25 deletions

View File

@ -64,6 +64,7 @@
<input class="responsive" type="text" name="discordUser"><br/>
<label class="responsive">Passwort:</label><br/>
<input class="responsive" type="password" name="password"><br/>
{{ .csrfField }}
<input type="submit" name="createAccount" value="Account erstellen"class="btn active responsive">
</form>
{{end}}