Skip to content
Snippets Groups Projects
Commit 68b4dda5 authored by xuechen5's avatar xuechen5
Browse files

Delete returned password from message, fix bug in "Smoker" tag

parent 6e8a007e
No related branches found
No related tags found
1 merge request!6Uc91v2
...@@ -58,11 +58,6 @@ if (formIsFilled) { ...@@ -58,11 +58,6 @@ if (formIsFilled) {
<td id="newMID"><%= StringEscapeUtils.escapeHtml("" + (newMID)) %></td> <td id="newMID"><%= StringEscapeUtils.escapeHtml("" + (newMID)) %></td>
<td></td> <td></td>
</tr> </tr>
<tr>
<td class="subHeaderVertical">Temporary Password:</td>
<td><%= StringEscapeUtils.escapeHtml("" + (password)) %></td>
<td></td>
</tr>
</table> </table>
<br />Please get this information to <b><%= StringEscapeUtils.escapeHtml("" + (fullname)) %></b>! <br />Please get this information to <b><%= StringEscapeUtils.escapeHtml("" + (fullname)) %></b>!
...@@ -180,10 +175,10 @@ to recover the password.</div> ...@@ -180,10 +175,10 @@ to recover the password.</div>
</tr> </tr>
<tr> <tr>
<td class="subHeaderVertical">Smoker:</td> <td class="subHeaderVertical">Smoker:</td>
<td><input type="radio" id="smoker_yes" name="isSmoker" value="true"> <td><input type="radio" id="smoker_yes" name="isSmoker" value="1">
<label for="smoker_yes">Yes</label> <label for="smoker_yes">Yes</label>
<br /> <br />
<input type="radio" id="smoker_no" name="isSmoker" value="false"> <input type="radio" id="smoker_no" name="isSmoker" value="0" checked">
<label for="smoker_no">No</label><br /> <label for="smoker_no">No</label><br />
</td> </td>
<td> </td> <td> </td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment