Update 'views/confirm_forgot.tt'

This commit is contained in:
mia 2019-02-23 05:58:25 +01:00
parent dc6f569409
commit b6129ebf41
1 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
<label for="password">New password:</label> <label for="password">New password:</label>
</td> </td>
<td> <td>
<input type="password" name="password" id="password" /> <input type="password" name="password" id="password" required/>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -39,11 +39,11 @@
<label for="password2">New password (confirm):</label> <label for="password2">New password (confirm):</label>
</td> </td>
<td> <td>
<input type="password" name="password2" id="password2" /> <input type="password" name="password2" id="password2" required/>
</td> </td>
</tr> </tr>
</table> </table>
<br /> <br />
[&nbsp;<button class="textButton" action="submit">update</button>&nbsp;] [&nbsp;<button class="textButton" action="submit">Update</button>&nbsp;]
</form> </form>
</div> </div>