Skip to content
Snippets Groups Projects
Commit d147da88 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Remove the placeholder text from the change password input boxes.

issue #1461
parent 6c40f1a0
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@
</div>
<form id="edit_password_form" class="showedit">
<input type="password" id="old_password" name="old_password" placeholder="old password" maxlength="80"/>
<input type="password" id="new_password" name="new_password" placeholder="new password" maxlength="80"/>
<input type="password" id="old_password" name="old_password" maxlength="80"/>
<input type="password" id="new_password" name="new_password" maxlength="80"/>
<button id="changePassword">done</button>
<div class="tooltip" for="old_password" id="tooltipOldRequired">Old password is required.</div>
......
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