mirror of
https://github.com/samsonjs/stormy-weather.git
synced 2026-04-24 14:37:41 +00:00
15 lines
374 B
Text
15 lines
374 B
Text
<form method="post">
|
|
<table>
|
|
<tr>
|
|
<th>New password</th>
|
|
<td><input type="password" name="password" size="20"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>Confirm</th>
|
|
<td><input type="password" name="password_confirmation" size="20"></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2"><input type="submit" value="Change password"></td>
|
|
</tr>
|
|
</table>
|
|
</form>
|