eggification
[GroupUserFolder.git] / Products / GroupUserFolder / dtml / static / git-logo.png
diff --git a/dtml/GRUF_newusers.zpt b/dtml/GRUF_newusers.zpt
deleted file mode 100644 (file)
index 93a1092..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-  <h1 tal:replace="structure here/manage_page_header">Header</h1>
-
-  <p class="form-help">
-    This form appear because you've just created some users.<br />
-      GRUF has generated random passwords for them: here they are.
-  </p>
-
-  <p class="form-help">
-    <b><font color="red">IMPORTANT</font></b>: Take some time to write down this information
-    (a copy/paste within a notepad should do it) before clicking the "Ok" button below, as 
-    you won't have any (easy) way to retreive your user's passwords after!
-  </p>
-
-  <h4>Generated passwords</h4>
-  <ol>
-    <form action="" method="GET" tal:attributes="action string:${here/absolute_url}/manage_users">
-          <div tal:repeat="user request/USER_PASSWORDS">
-            <span tal:content="user/name">User name</span> :
-            <span class="list-item" tal:content="user/password">
-            </span>
-          </div>
-
-
-      <!-- Actions -->
-      <p align="left">
-        <input type="submit" name="changeOrCreateGroups:method" value="Ok" />
-      </p>
-    </form>
-  </ol>
-  
-
-  <h1 tal:replace="structure here/manage_page_footer">Footer</h1>