Merge pull request #925 from MITx/feature/cdodge/forgot-password
tie in 'forgot password' workflow in CAS LMS
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</div>
|
||||
<div class="row submit">
|
||||
<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>
|
||||
</form>
|
||||
</div>
|
||||
@@ -56,4 +56,5 @@
|
||||
</script>
|
||||
</%block>
|
||||
|
||||
<%include file="../signup_modal.html" />
|
||||
<%include file="../signup_modal.html" />
|
||||
<%include file="../forgot_password_modal.html" />
|
||||
Reference in New Issue
Block a user