Project

General

Profile

1
@@ -20,4 +20,6 @@
2
 	$misc->printTitle(sprintf($lang['strlogintitle'], $server_info['desc']));
3
 	
4
+	$misc->printMsg('For user public_, leave password blank');
5
+	
6
 	if (isset($msg)) $misc->printMsg($msg);
7
 
8
@@ -39,5 +41,5 @@
9
 		<tr>
10
 			<td><?php echo $lang['strusername']; ?></td>
11
-			<td><input type="text" name="loginUsername" value="<?php if (isset($_POST['loginUsername'])) echo htmlspecialchars($_POST['loginUsername']); ?>" size="24" /></td>
12
+			<td><input type="text" name="loginUsername" value="<?php if (isset($_POST['loginUsername'])) echo htmlspecialchars($_POST['loginUsername']); else echo 'public_' ?>" size="24" /></td>
13
 		</tr>
14
 		<tr>
(30-30/49)