X-Git-Url: https://svn.cri.mines-paristech.fr/git/Plinn.git/blobdiff_plain/13b0614f90cd04ec78c505cad0564fdd79cc0c1a..8f40b26abe44b2589a48b70865a1d4260f041ed4:/skins/generic/password_reset_template.pt?ds=sidebyside

diff --git a/skins/generic/password_reset_template.pt b/skins/generic/password_reset_template.pt
index fc32ee0..0440dd7 100644
--- a/skins/generic/password_reset_template.pt
+++ b/skins/generic/password_reset_template.pt
@@ -11,7 +11,7 @@
     <div metal:fill-slot="main_no_tabs"
          tal:define="form options/form"
          id="Desktop">
-      <form tal:attributes="action form/action">
+      <form method="post" tal:attributes="action form/action">
         <div tal:condition="not: options/passwordChanged" tal:omit-tag="">
           <h2 i18n:translate="">Password resetting</h2>
           <table class="TwoColumnForm">
@@ -49,7 +49,7 @@
           <h2 i18n:translate="">Password changed</h2>
           <p i18n:translate="">
             Your password has been successfully reset. You can log in
-            immediately by clicking the "Login" button
+            immediately by clicking the "Login" button.
           </p>
           <metal:macro metal:use-macro="context/form_widgets/macros/hidden_vars"/>
           <metal:macro metal:use-macro="context/form_widgets/macros/buttons"/>