Let's make (git) history!

这个提交包含在:
2018-11-03 17:12:20 +01:00
当前提交 076106ecb9
共有 212 个文件被更改,包括 11541 次插入0 次删除

查看文件

@ -0,0 +1,15 @@
{wikiqs:include:general_header}
<main id="content">
<h2>Login</h2>
Register a new user
<form action="{wikiqs:var:adminregisterurl}" method="POST">
Username: <input type="text" name="user"></input><br>
Password: <input type="password" name="password"></input><br>
Repeat password: <input type="password" name="password2"></input><br>
<button type="submit" name="do" value="submit">Submit</button>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
</form>
</main>
{wikiqs:include:general_footer}