comparison mod_register_web/templates/register.html @ 2733:c8161146c698

mod_register_web: Add password confirmation field
author Michel Le Bihan <michel@lebihan.pl>
date Tue, 01 Aug 2017 17:33:05 +0200
parents 6015434f0e05
children
comparison
equal deleted inserted replaced
2732:b1c5b0c369c2 2733:c8161146c698
16 </tr> 16 </tr>
17 <tr> 17 <tr>
18 <th>Password:</th> 18 <th>Password:</th>
19 <td><input name="password" required type="password"></td> 19 <td><input name="password" required type="password"></td>
20 </tr> 20 </tr>
21 <tr>
22 <th>Confirm Password:</th>
23 <td><input name="confirm_password" required type="password"></td>
24 </tr>
21 {captcha} 25 {captcha}
22 <tr> 26 <tr>
23 <td colspan="2"><input type="submit" value="Register!"></td> 27 <td colspan="2"><input type="submit" value="Register!"></td>
24 </tr> 28 </tr>
25 </tbody> 29 </tbody>