Skip to content

Commit

Permalink
fix Seneca-CDOT#91 - added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
agarcia-caicedo committed Nov 16, 2019
1 parent ec7612a commit ba05875
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/login/login.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<form>

<div class="container">
<!--For SAML to work an username is required, in this case SAML will connect with Seneca,
so the username in this case will be the Seneca provided email-->
<label for="uname"><b>Email</b></label>
<input type="text" placeholder="Enter Email" name="ename" required>
<br>
<br>
<!--Once SAML is implimented, the password should be the one for the Seneca email-->
<label for="psw"><b>Password</b></label>
<input type="password" placeholder="Enter Password" name="psw" required>
<br>
Expand Down

0 comments on commit ba05875

Please sign in to comment.