Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
c662d8ad
Commit
c662d8ad
authored
Dec 07, 2000
by
Leigh B. Stoller
Browse files
Add minor hints to username fields (no blanks, lowercase).
parent
89d1f48d
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/addusr.php3
View file @
c662d8ad
...
...
@@ -61,7 +61,7 @@ else {
<?php
if
(
$returning
)
{
echo
"<tr>
<td>*Username (no blanks):</td>
<td>*Username (no blanks
, lowercase
):</td>
<td class=
\"
left
\"
>
<input type=
\"
readonly
\"
name=
\"
uid
\"
value=
\"
$uid
\"
></td>
</tr>
\n
"
;
...
...
www/newproject_form.php3
View file @
c662d8ad
...
...
@@ -70,7 +70,7 @@ echo "<tr>
# UserName:
#
echo
"<tr>
<td>*Username:</td>
<td>*Username
(no blanks, lowercase)
:</td>
<td class=
\"
left
\"
>
<input name=
\"
proj_head_uid
\"
"
;
if
(
$row
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment