]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/ChangePasswordForm.templ
fix: ResultSet.getDate is often wrong as it fetches day-precision times
[gigi.git] / src / org / cacert / gigi / pages / account / ChangePasswordForm.templ
index a3e8603dee105820d407b6c4aa2fd76617667f55..a0fc45290e0e001805df5a3766102abae4688dcc 100644 (file)
@@ -1,24 +1,24 @@
-<table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper dataTable" width="400">
+<table class="table">
   <thead>
   <tr>
-    <td colspan="2" class="title"><?=_Change Pass Phrase?></td>
+    <th colspan="2" class="title"><?=_Change Pass Phrase?></th>
   </tr>
   </thead>
   <tbody>
   <tr>
     <td><?=_Old Pass Phrase?>: </td>
-    <td><input type="password" name="oldpassword"></td>
+    <td><input class="form-control" type="password" name="oldpassword" required></td>
   </tr>
   <tr>
     <td><?=_New Pass Phrase?><span class="formMandatory">*</span>: </td>
-    <td><input type="password" name="pword1"></td>
+    <td><input class="form-control" type="password" name="pword1" required></td>
   </tr>
   <tr>
     <td><?=_Pass Phrase Again?><span class="formMandatory">*</span>: </td>
-    <td><input type="password" name="pword2"></td>
+    <td><input class="form-control" type="password" name="pword2" required></td>
   </tr>
   <tr>
-    <td colspan="2"><span class="formMandatory">*</span><?=_Please note, in the interests of good security, the pass phrase must be made up of an upper case letter, lower case letter, number and symbol (all white spaces at the beginning and end are removed).?></td>
+    <td colspan="2"><span class="formMandatory">*</span><?=_Your password is one of many factors to protect your account from unauthorised access. A good password is hard to guess, long, and contains a diverse set of characters. Learn more in our !'<a href="http://wiki.cacert.org/wiki/FAQ" target="_new">'FAQ!'</a>'.?></td>
   </tr>
   <tr>
     <td colspan="2"><input type="submit" name="process" value="<?=_Update Pass Phrase?>"></td>