You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/member/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ <h2>Welcome to the Member Area</h2>
19
19
20
20
<divclass="form-group eid-lookup">
21
21
<labelfor="eid">Enter your UT EID *</label>
22
-
<inputtype="text" id="eid" name="eid" requiredpattern="[a-z]{2,3}[0-9]{3,8}" title="Enter a valid UT EID (2-3 lowercase letters followed by 3-8 numbers)">
23
-
<smallclass="form-text">Your UT EID should be 2-3 lowercase letters followed by 3-8 numbers</small>
22
+
<inputtype="text" id="eid" name="eid" requiredpattern="[a-zA-Z]{2,3}[0-9]{3,8}" title="Enter a valid UT EID (2-3 letters followed by 3-8 numbers)">
23
+
<smallclass="form-text">Your UT EID should be 2-3 letters followed by 3-8 numbers</small>
0 commit comments