Add usersettings template and config values

このコミットが含まれているのは:
2021-03-26 22:45:09 +01:00
コミット e322587d07
5個のファイルの変更25行の追加3行の削除

17
template/quitesimple/usersettings ノーマルファイル
ファイルの表示

@ -0,0 +1,17 @@
{qswiki:include:general_header}
<main id="content">
<h2>User settings</h2>
<br>
<h3>Change your current password</h3>
<br><br>
<form action="{qswiki:var:usersettingsurl}" method="POST">
Current password: <input type="text" name="oldpassword" style="width: 25%;"></input><br>
New Password: <input type="password" name="newpassword" style="width: 25%;"></input><br>
Repeat password: <input type="password" name="newpasswordconfirm" style="width: 25%;"></input><br>
<button type="submit" name="do" value="submit">Submit</button>
<input type="hidden" name="csrf_token" value="{qswiki:var:csrf_token}"></input>
</form>
</main>
{qswiki:include:general_footer}