forked from .cyb/cyberman
Update 'views/confirm_forgot.tt'
This commit is contained in:
parent
dc6f569409
commit
b6129ebf41
|
@ -31,7 +31,7 @@
|
|||
<label for="password">New password:</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="password" name="password" id="password" />
|
||||
<input type="password" name="password" id="password" required/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -39,11 +39,11 @@
|
|||
<label for="password2">New password (confirm):</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="password" name="password2" id="password2" />
|
||||
<input type="password" name="password2" id="password2" required/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br />
|
||||
[ <button class="textButton" action="submit">update</button> ]
|
||||
[ <button class="textButton" action="submit">Update</button> ]
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue