Umstellung der Benutzerverwaltung von Dateien im Verzeichnis "users" auf die Verwendu...
[kivitendo-erp.git] / templates / webpages / admin / user_migration_master.html
1 [% USE HTML %]<body>
2
3  <div class="listtop">[% title %]</div>
4
5  <form method="post" action="admin.pl">
6
7   <p>
8    <translate>The old file containing the user information is still
9     present (&quot;[% HTML.escape(memberfile) %]&quot;). Do you want to
10     migrate these users into the database? If not then you will not be
11     able to log in with any of the users present in the old file.
12    </translate>
13   </p>
14
15   <p>
16    <translate>If you chose to let Lx-Office do the migration then
17     Lx-Office will also remove the old member file after creating a
18     backup copy of it in the directory
19     &quot;[% HTML.escape(backupdir) %]&quot;.</translate>
20   </p>
21
22   <input type="hidden" name="yes_nextsub" value="migrate_users">
23   <input type="hidden" name="no_nextsub" value="list_users">
24
25   <input type="submit" class="submit" name="action" value="<translate>Yes</translate>">
26   <input type="submit" class="submit" name="action" value="<translate>No</translate>">
27
28  </form>
29
30 </body>
31 </html>