packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/lostpw.tpl
changeset 3 a044870a9d3d
equal deleted inserted replaced
2:700d61d93b1b 3:a044870a9d3d
       
     1 {assign var="title" value="Lost Password"}
       
     2 {include file="header.tpl"}
       
     3 
       
     4 <h1>Forgot password</h1>
       
     5 
       
     6 <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
       
     7 	get started, enter either your username or e-mail address in the form below.</p>
       
     8 	
       
     9 <form method="post" class="form-horizontal">
       
    10 	<div class="control-group">
       
    11 		<label class="control-label">E-mail address or username:</label>
       
    12 		<div class="controls">
       
    13 			<input type="text" name="email_or_username" class="input-xlarge" />
       
    14 		</div>
       
    15 	</div>
       
    16 
       
    17 	<div class="form-actions">
       
    18 		<input type="submit" value="Send recovery e-mail" class="btn btn-primary" />
       
    19 	</div>
       
    20 </form>
       
    21 
       
    22 {include file="footer.tpl"}