summaryrefslogtreecommitdiffstats
path: root/application/views/user/reset_password_username_form.php
blob: dde6d5aa0863e5d2f5957536aa595b1fa0a2c36b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php echo form_open('user/reset_password'); ?>
	<table>
		<tr>
			<td>Username</td>
			<td> <input type="text" name="username" /></td>
		</tr><tr>
			<td></td>
			<td><input type="submit" value="Send mail" name="process" /></td>
		</tr>
	</table>
</form>