Modalise login
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
<div class="account-container stacked">
|
||||
<div class="content clearfix">
|
||||
<form method="post">
|
||||
<form method="post" action="<?php echo URL::site('login/reset'); ?>">
|
||||
<h1>Reset Password</h1>
|
||||
|
||||
<p>If you have forgotten your password, we can issue you a temporary access code via email that will allow you to change your password.</p>
|
||||
|
||||
<div class="login-fields">
|
||||
<p>To start this process, please enter your email address.</p>
|
||||
<p>To start this process, please enter your Username. If you dont know your Username, please contact us.</p>
|
||||
<div class="field">
|
||||
<label for="username">Username:</label>
|
||||
<input type="text" id="username" name="username" value="" placeholder="Username" class="login username-field" />
|
||||
<input type="text" id="username" name="username" value="" placeholder="Username" class="login username-field" required/>
|
||||
</div> <!-- /field -->
|
||||
</div> <!-- /login-fields -->
|
||||
|
||||
|
@@ -1,13 +1,13 @@
|
||||
<div class="account-container stacked">
|
||||
<div class="content clearfix">
|
||||
<form method="post">
|
||||
<form method="post" action="<?php echo URL::site('login/reset'); ?>">
|
||||
<h1>Reset Password</h1>
|
||||
|
||||
<div class="login-fields">
|
||||
<p>You should have received an email with a pass code. Please enter that pass code here.</p>
|
||||
<div class="field">
|
||||
<label for="token">Pass Code:</label>
|
||||
<input type="text" id="token" name="token" value="" placeholder="Token" class="login password-field" />
|
||||
<input type="text" id="token" name="token" value="" placeholder="Token" class="login password-field" required/>
|
||||
</div> <!-- /field -->
|
||||
</div> <!-- /login-fields -->
|
||||
|
||||
|
Reference in New Issue
Block a user