]> CRI, Mines Paris - PSL - Plinn.git/blobdiff - skins/generic/request_password_reset_template.pt
Déplacement pour eggification.
[Plinn.git] / skins / generic / request_password_reset_template.pt
diff --git a/skins/generic/request_password_reset_template.pt b/skins/generic/request_password_reset_template.pt
deleted file mode 100644 (file)
index 69b13d5..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-<html xmlns:tal="http://xml.zope.org/namespaces/tal"
-      xmlns:metal="http://xml.zope.org/namespaces/metal"
-      xmlns:i18n="http://xml.zope.org/namespaces/i18n"
-      metal:use-macro="here/main_template/macros/master">
-  <head>
-    <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
-  </head>
-  <body>
-    <div metal:fill-slot="main_no_tabs" i18n:domain="plinn">
-      <div id="Desktop" tal:define="ptool here/portal_properties">
-        <h1 i18n:translate="">Password reset</h1>
-        <p i18n:translate="">
-          Enter your email or your login below and click on the "Send" button.
-          For security reasons, we store your password encrypted, and cannot
-          mail it to you. You will receive an email with a link to reset your
-          password.
-        </p>
-        <p i18n:translate="">
-          If this will not work for you (for example, if you forgot your login
-          or your email address has changed), contact us at
-          <a tal:attributes="href string:mailto:${ptool/email_from_address}"
-          tal:content="ptool/email_from_address" href="mailto:me@here.com"
-          i18n:name="admin_email">me@here.com</a>.
-        </p>
-        <form method="post" tal:attributes="action options/action">
-          <input name="userid"/>
-          <input type="submit" name="requestReset" value=" Send " i18n:attributes="value"/>
-        </form>
-      </div>
-    </div>
-  </body>
-</html>