packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/lostpw.tpl
changeset 3 a044870a9d3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/lostpw.tpl	Fri Jan 11 00:32:54 2013 -0500
@@ -0,0 +1,22 @@
+{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"}