2015-10-19 18:29:41 +02:00
|
|
|
<form action="{$formaction}" method="post">
|
|
|
|
<div id="PasswordForm">
|
2021-04-11 05:26:21 +02:00
|
|
|
<p><label for="accountname">Account Name:</label>
|
|
|
|
<input type="text" name="accountname" id="accountname" placeholder="Your account name, including internal prefix" required value="{$accountname}"></p>
|
|
|
|
<p><label for="oldpass">Old Password:</label>
|
2015-10-19 18:29:41 +02:00
|
|
|
<input type="password" name="oldpass" id="oldpass" required></p>
|
2021-04-11 05:26:21 +02:00
|
|
|
<p><label for="newpass">New Password:</label>
|
2015-10-19 18:29:41 +02:00
|
|
|
<input type="password" name="newpass" id="newpass" required></p>
|
2021-04-11 05:26:21 +02:00
|
|
|
<p><label for="newpass2">Repeat New Password:</label>
|
2015-10-19 18:29:41 +02:00
|
|
|
<input type="password" name="newpass2" id="newpass2" required></p>
|
|
|
|
<p><input type="submit" name="submit" value="Change Password"></p>
|
2021-04-11 05:26:21 +02:00
|
|
|
<p><a href="https://log:out@{$http_host}/">Logout</a> (close browser/tab after logout!)
|
2015-10-19 18:29:41 +02:00
|
|
|
</div>
|
|
|
|
</form>
|