You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/templates/admin/add_web.html
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,14 @@
50
50
<tdclass="step-top">
51
51
<spanclass="login-welcome"><?=__('Add Web Domain')?></span>
52
52
</td>
53
-
</tr>
53
+
</tr>
54
+
<?php if ($user == 'admin') { ?>
55
+
<tr>
56
+
<tdclass="vst-text" style="width:390px;">
57
+
<?php print __('Due to the increased access rights, we strongly advise against using the admin account for direct hosting of web domains. Always use a separate unprivileged user account instead.');?>
0 commit comments