Changeset 7451 for trunk/www/verify_device.jsp
- Timestamp:
- Feb 28, 2018, 3:43:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/verify_device.jsp
r7409 r7451 58 58 <div class="messagecontainer help" id="login-help" style="text-align: center; padding: 1em;"> 59 59 <b style="font-size: 125%;">This is the first time you are logging in from this device</b> 60 <p style="margin-top: 1em; line-height: 170%;"> 61 A verification code has been sent to your registered email address: <br> 62 <b><%=HTML.encodeTags(ui.getUserName())%> <<%=HTML.encodeTags(ui.getUserEmail())%>></b><br> 63 Please enter the verification code in the form below to complete the login. 60 <div style="margin-top: 1em;"> 61 A verification code has been sent to your registered email address: 62 <div style="margin: 0.5em; font-weight: bold;"> 63 <%=HTML.encodeTags(ui.getUserName())%> <<%=HTML.encodeTags(ui.getUserEmail())%>> 64 </div> 65 Please enter the verification code in the form below to complete the login.<br> 66 The code can only be used once. 67 </div> 64 68 </div> 65 69
Note: See TracChangeset
for help on using the changeset viewer.