1 |
12549
|
aaronmk
|
--- /Volumes/vegbiendev.nceas.ucsb.edu/bien/login.old.php 2014-02-28 22:22:32.000000000 -0800
|
2 |
|
|
+++ /Volumes/vegbiendev.nceas.ucsb.edu/bien/login.php 2014-02-28 22:45:14.000000000 -0800
|
3 |
|
|
@@ -42,9 +42,12 @@
|
4 |
6824
|
aaronmk
|
<tr>
|
5 |
|
|
<td><?php echo $lang['strusername']; ?></td>
|
6 |
|
|
- <td><input type="text" name="loginUsername" value="<?php if (isset($_POST['loginUsername'])) echo htmlspecialchars($_POST['loginUsername']); ?>" size="24" /></td>
|
7 |
|
|
+ <td><input type="text" name="loginUsername" value="<?php if (isset($_POST['loginUsername'])) echo htmlspecialchars($_POST['loginUsername']); else echo 'public_' ?>" size="24" /></td>
|
8 |
|
|
</tr>
|
9 |
|
|
<tr>
|
10 |
12549
|
aaronmk
|
<td><?php echo $lang['strpassword']; ?></td>
|
11 |
|
|
- <td><input id="loginPassword" type="password" name="loginPassword_<?php echo $md5_server; ?>" size="24" /></td>
|
12 |
|
|
+ <td>
|
13 |
|
|
+ <div><input id="loginPassword" type="password" name="loginPassword_<?php echo $md5_server; ?>" size="24" /></div>
|
14 |
|
|
+ <div align="left"><big><b><font color="blue">For user public_, leave blank</font></b></big></div>
|
15 |
|
|
+ </td>
|
16 |
|
|
</tr>
|
17 |
|
|
</table>
|