|
|
@ -6,13 +6,17 @@
|
|
|
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
|
|
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
|
|
|
<strong>Failed Login Attempt</strong> <p></p>
|
|
|
|
<strong>Failed Login Attempt</strong> <p></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<form method="post" action="/login">
|
|
|
|
|
|
|
|
|
|
|
|
<form>
|
|
|
|
<label>Username</label><input type="text" placeholder="Enter Username" name="username" id="username" /><br />
|
|
|
|
<label>Username</label><input type="text" placeholder="Enter Username" name="username" id="username" /><br />
|
|
|
|
<label>Password</label><input type="password" placeholder="Enter Password" name="password" id="password" /><br />
|
|
|
|
<label>Password</label><input type="password" placeholder="Enter Password" name="password" id="password" /><br />
|
|
|
|
<input type="hidden" name="_csrf" value="{token}" />
|
|
|
|
<input type="hidden" name="_csrf" value="{token}" id="csrf-token" />
|
|
|
|
<button class="btn btn-primary" id="login" type="submit">Login</button> <a href="/reset">Forgot Password?</a>
|
|
|
|
<button class="btn btn-primary" id="login" type="submit">Login</button> <a href="/reset">Forgot Password?</a>
|
|
|
|
</form>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span id="login-error-notify" class="label label-important hide">Invalid username/password</span><br/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="well span6 {alternate_logins:display}">
|
|
|
|
<div class="well span6 {alternate_logins:display}">
|
|
|
|
<h4>Alternative Logins</h4>
|
|
|
|
<h4>Alternative Logins</h4>
|
|
|
|
<ul class="alt-logins">
|
|
|
|
<ul class="alt-logins">
|
|
|
|