eggification
[GroupUserFolder.git] / Products / GroupUserFolder / dtml / GRUF_newusers.zpt
diff --git a/Products/GroupUserFolder/dtml/GRUF_newusers.zpt b/Products/GroupUserFolder/dtml/GRUF_newusers.zpt
new file mode 100644 (file)
index 0000000..93a1092
--- /dev/null
@@ -0,0 +1,32 @@
+  <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>