]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/admin/user_migration_master.html
Umstellung der Benutzerverwaltung von Dateien im Verzeichnis "users" auf die Verwendu...
[kivitendo-erp.git] / templates / webpages / admin / user_migration_master.html
diff --git a/templates/webpages/admin/user_migration_master.html b/templates/webpages/admin/user_migration_master.html
new file mode 100644 (file)
index 0000000..b9f5d4d
--- /dev/null
@@ -0,0 +1,31 @@
+[% USE HTML %]<body>
+
+ <div class="listtop">[% title %]</div>
+
+ <form method="post" action="admin.pl">
+
+  <p>
+   <translate>The old file containing the user information is still
+    present (&quot;[% HTML.escape(memberfile) %]&quot;). Do you want to
+    migrate these users into the database? If not then you will not be
+    able to log in with any of the users present in the old file.
+   </translate>
+  </p>
+
+  <p>
+   <translate>If you chose to let Lx-Office do the migration then
+    Lx-Office will also remove the old member file after creating a
+    backup copy of it in the directory
+    &quot;[% HTML.escape(backupdir) %]&quot;.</translate>
+  </p>
+
+  <input type="hidden" name="yes_nextsub" value="migrate_users">
+  <input type="hidden" name="no_nextsub" value="list_users">
+
+  <input type="submit" class="submit" name="action" value="<translate>Yes</translate>">
+  <input type="submit" class="submit" name="action" value="<translate>No</translate>">
+
+ </form>
+
+</body>
+</html>