From 5190fe6131c81a97b333b6e8f828495e628ce1ba Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Sun, 14 Dec 2008 11:08:10 -0500
Subject: [PATCH] The names of the database, the database-user, the shell-user and the ftp-user can now be restricted
---
interface/web/sites/templates/shell_user_edit.htm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/interface/web/sites/templates/shell_user_edit.htm b/interface/web/sites/templates/shell_user_edit.htm
index bcca605..0425c7c 100644
--- a/interface/web/sites/templates/shell_user_edit.htm
+++ b/interface/web/sites/templates/shell_user_edit.htm
@@ -10,6 +10,7 @@
</span>
<span class="wf_oneField">
<label for="username" class="wf_preField">{tmpl_var name='username_txt'}</label>
+ {tmpl_var name='username_prefix'}
<input type="text" id="username" name="username" value="{tmpl_var name='username'}" size="30" maxlength="255">
</span>
<span class="wf_oneField">
--
Gitblit v1.9.1