php-mpos/public/templates/mobile/password/default.tpl
2013-07-03 19:12:32 +02:00

7 lines
392 B
Smarty

<form action="" method="POST">
<input type="hidden" name="page" value="password">
<input type="hidden" name="action" value="reset">
<p>If you have an email set for your account, enter your username to get your password reset</p>
<p><input type="text" value="{$smarty.post.username|default:""}" name="username" required><input class="submit small" type="submit" value="Reset"></p>
</form>