Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
c662d8ad
Commit
c662d8ad
authored
Dec 07, 2000
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add minor hints to username fields (no blanks, lowercase).
parent
89d1f48d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
www/addusr.php3
www/addusr.php3
+1
-1
www/newproject_form.php3
www/newproject_form.php3
+1
-1
No files found.
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