Commit 908a25d2 by chrisndodge

Merge pull request #925 from MITx/feature/cdodge/forgot-password

tie in 'forgot password' workflow in CAS LMS
parents 0b833660 554f1799
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</div> </div>
<div class="row submit"> <div class="row submit">
<input name="submit" type="submit" value="Log In" class="log-in-submit-button" tabindex="3"> <input name="submit" type="submit" value="Log In" class="log-in-submit-button" tabindex="3">
<a href="#" class="forgot-button">Forgot password?</a> <a href="#forgot-password-modal" rel="leanModal" class="pwd-reset forgot-button">Forgot password?</a>
</div> </div>
</form> </form>
</div> </div>
...@@ -57,3 +57,4 @@ ...@@ -57,3 +57,4 @@
</%block> </%block>
<%include file="../signup_modal.html" /> <%include file="../signup_modal.html" />
<%include file="../forgot_password_modal.html" />
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment