x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<script>

// Add Forgot Pass Section to UI 
$("#loginform .form-buttons").append(`<div id='forgot-pass-container'><p>Forgot your password?</p><p><ap><p>Reset it <a href='/display/MSSCA/Forgot+Password'>Reset it here>here</a>.</a></p></div>`);
$("#login-container").append(`<div id='login-form-bottom'><p>Don't have an account yet? <a href='/display/MSSCA/Sign+Up'>Sign Up</a></p></div>`)

</script>

...