Skip to content

Commit 8baeb12

Browse files
committed
Added a warning to not use the cp user functions.
1 parent 6da1919 commit 8baeb12

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

interface/web/admin/lib/lang/en_groups_list.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ $wb["list_head_txt"] = 'Systemuser groups';
33
$wb["description_txt"] = 'Description';
44
$wb["name_txt"] = 'Group';
55
$wb["add_new_record_txt"] = 'Add new Group';
6+
$wb["warning_txt"] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
67
?>

interface/web/admin/lib/lang/en_users_list.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ $wb["name_txt"] = 'Name';
55
$wb["vorname_txt"] = 'Forename';
66
$wb["ort_txt"] = 'city';
77
$wb["add_new_record_txt"] = 'Add new user';
8+
$wb["warning_txt"] = '<b>WARNING:</b> Do not edit or modify any user settings here. Use the Client- and Reseller settings in the Client module instead. Modifying or changing Users or groups here may cause data loss!';
89
?>

interface/web/admin/templates/groups_list.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
99
<button class="iconstxt icoAdd" type="button" onClick="loadContent('admin/groups_edit.php');">
1010
<span>{tmpl_var name="add_new_record_txt"}</span>
1111
</button>
12+
<p><tmpl_var name="warning_txt"></p>
1213
</div>
1314
</fieldset>
1415
</div>

interface/web/admin/templates/users_list.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
99
<button class="iconstxt icoAdd" type="button" onClick="loadContent('admin/users_edit.php');">
1010
<span>{tmpl_var name="add_new_record_txt"}</span>
1111
</button>
12+
<p><tmpl_var name="warning_txt"></p>
1213
</div>
1314
</fieldset>
1415
</div>

0 commit comments

Comments
 (0)