Patch aus Bug 1343: csv in ../users speichern
[kivitendo-erp.git] / templates / webpages / admin / create_standard_group_ask_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
9    Lx-Office has been switched to group-based access restrictions.
10
11    You have to create at least one group, grant it access to Lx-Office's functions and assign users to it.
12
13    Otherwise all users will only have access to their own settings.
14
15   </p>
16
17   <p>
18
19    During this user migration Lx-Office can create such a group for you and grant all users access to all of Lx-Office's functions.
20
21    This corresponds to Lx-Office's behavior prior to version 2.4.4.
22
23   </p>
24
25   <p>
26
27    Alternatively you can skip this step and create groups yourself.
28
29   </p>
30
31   <p>
32
33    Do you want Lx-Office to create a group for access to all functions?
34
35    This group will be called &quot;Full Access&quot;.
36
37   </p>
38
39   <input type="hidden" name="action" value="dispatcher">
40
41   <p>
42    <input type="submit" class="submit" name="action_create_standard_group" value="Yes">
43    <input type="submit" class="submit" name="action_dont_create_standard_group" value="No">
44   </p>
45
46  </form>
47
48 </body>
49 </html>