packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/lostpw.tpl
author Dan Fuhry <dan@enanocms.org>
Sat, 23 Feb 2013 14:26:38 -0500
changeset 9 f4bf6556fb9f
parent 3 a044870a9d3d
permissions -rw-r--r--
Merged

{assign var="title" value="Lost Password"}
{include file="header.tpl"}

<h1>Forgot password</h1>

<p>If you've forgotten your password but set an e-mail address for yourself, you have the option of recovering your account via a link sent to your e-mail address. To
	get started, enter either your username or e-mail address in the form below.</p>
	
<form method="post" class="form-horizontal">
	<div class="control-group">
		<label class="control-label">E-mail address or username:</label>
		<div class="controls">
			<input type="text" name="email_or_username" class="input-xlarge" />
		</div>
	</div>

	<div class="form-actions">
		<input type="submit" value="Send recovery e-mail" class="btn btn-primary" />
	</div>
</form>

{include file="footer.tpl"}