Merge branch 'master' of ssh://git-mbunkus@lx-office.linet-services.de/~/lx-office-erp
[kivitendo-erp.git] / templates / webpages / admin / user_migration_en.html
1 [% USE HTML %]<body>
2
3  <div class="listtop">[% title %]</div>
4
5  <form method="post" action="admin.pl">
6
7   <p>
8    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. 
9   </p>
10
11   <p>
12    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;.
13   </p>
14
15   <input type="hidden" name="yes_nextsub" value="migrate_users">
16   <input type="hidden" name="no_nextsub" value="list_users">
17
18   <input type="submit" class="submit" name="action" value="Yes">
19   <input type="submit" class="submit" name="action" value="No">
20
21  </form>
22
23 </body>
24 </html>