1 |
6825
|
aaronmk
|
@@ -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 |
6824
|
aaronmk
|
|
8 |
6825
|
aaronmk
|
@@ -39,5 +41,5 @@
|
9 |
6824
|
aaronmk
|
<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>
|