Also checks password strength on Google Apps password change.
authorVincent Zanotti <vincent.zanotti@polytechnique.org>
Sat, 3 May 2008 22:24:22 +0000 (00:24 +0200)
committerVincent Zanotti <vincent.zanotti@polytechnique.org>
Sat, 3 May 2008 22:24:22 +0000 (00:24 +0200)
Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
templates/googleapps/index.tpl

index c2487af..aa7236c 100644 (file)
                 <td><input type="password" name="nouveau2" /></td>
               </tr>
               <tr>
+                <td class="titre">Sécurité</td>
+                <td>{checkpasswd prompt="nouveau" submit="create_account"}</td>
+              </tr>
+              <tr>
                 <td></td>
-                <td><input type="submit" value="Changer" onclick="EnCryptedResponse(); return false;" /></td>
+                <td><input type="submit" name="create_account" value="Changer" onclick="EnCryptedResponse(); return false;" /></td>
               </tr>
             </table>
           </form>