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
5ff58a83
Commit
5ff58a83
authored
Nov 28, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Beef up warnings about shared accounts being forbidden.
parent
6a1814ca
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 deletions
+13
-7
www/joinproject.php3
www/joinproject.php3
+6
-3
www/newproject.php3
www/newproject.php3
+4
-1
www/security.html
www/security.html
+3
-3
No files found.
www/joinproject.php3
View file @
5ff58a83
...
...
@@ -150,7 +150,10 @@ function SPITFORM($formfields, $returning, $errors)
# UserName:
#
echo
"<tr>
<td colspan=2>*Username (alphanumeric, lowercase):</td>
<td colspan=2>*<a
href='docwrapper.php3?docname=security.html'
target=_blank>Username</a>
(alphanumeric, lowercase):</td>
<td class=left>
<input type=text
name=
\"
formfields[joining_uid]
\"
...
...
@@ -180,8 +183,8 @@ function SPITFORM($formfields, $returning, $errors)
#
if
(
$WIKISUPPORT
)
{
echo
"<tr>
<td colspan=2>*
<a
href=${WIKIHOME}/bin/view/TWiki/WikiName
<td colspan=2>*
<a
href=${WIKIHOME}/bin/view/TWiki/WikiName
target=_blank>WikiName</a>:<td class=left>
<input type=text
name=
\"
formfields[wikiname]
\"
...
...
www/newproject.php3
View file @
5ff58a83
...
...
@@ -167,7 +167,10 @@ function SPITFORM($formfields, $returning, $errors)
# UserName:
#
echo
"<tr>
<td colspan=2>*Username (alphanumeric, lowercase):</td>
<td colspan=2>*<a
href='docwrapper.php3?docname=security.html'
target=_blank>Username</a>
(alphanumeric, lowercase):</td>
<td class=left>
<input type=text
name=
\"
formfields[proj_head_uid]
\"
...
...
www/security.html
View file @
5ff58a83
<!--
EMULAB-COPYRIGHT
Copyright (c) 2000-200
4
University of Utah and the Flux Group.
Copyright (c) 2000-200
5
University of Utah and the Flux Group.
All rights reserved.
-->
<center>
...
...
@@ -18,8 +18,8 @@ be aware of.
<p>
We require all Emulab users to provide current, non-pseudonymic login
IDs. Shared accounts are strictly forbidden! Each user should apply
separately and specify their standard login name.
IDs.
<b>
Shared accounts are strictly forbidden! Each user should apply
separately and specify their standard login name
</b>
.
</p>
<h3>
Cookies
</h3>
...
...
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