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
5ff58a83
Commit
5ff58a83
authored
Nov 28, 2005
by
Leigh B. Stoller
Browse files
Beef up warnings about shared accounts being forbidden.
parent
6a1814ca
Changes
3
Hide whitespace changes
Inline
Side-by-side
www/joinproject.php3
View file @
5ff58a83
...
@@ -150,7 +150,10 @@ function SPITFORM($formfields, $returning, $errors)
...
@@ -150,7 +150,10 @@ function SPITFORM($formfields, $returning, $errors)
# UserName:
# UserName:
#
#
echo
"<tr>
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>
<td class=left>
<input type=text
<input type=text
name=
\"
formfields[joining_uid]
\"
name=
\"
formfields[joining_uid]
\"
...
@@ -180,8 +183,8 @@ function SPITFORM($formfields, $returning, $errors)
...
@@ -180,8 +183,8 @@ function SPITFORM($formfields, $returning, $errors)
#
#
if
(
$WIKISUPPORT
)
{
if
(
$WIKISUPPORT
)
{
echo
"<tr>
echo
"<tr>
<td colspan=2>*
<td colspan=2>*
<a
<a
href=${WIKIHOME}/bin/view/TWiki/WikiName
href=${WIKIHOME}/bin/view/TWiki/WikiName
target=_blank>WikiName</a>:<td class=left>
target=_blank>WikiName</a>:<td class=left>
<input type=text
<input type=text
name=
\"
formfields[wikiname]
\"
name=
\"
formfields[wikiname]
\"
...
...
www/newproject.php3
View file @
5ff58a83
...
@@ -167,7 +167,10 @@ function SPITFORM($formfields, $returning, $errors)
...
@@ -167,7 +167,10 @@ function SPITFORM($formfields, $returning, $errors)
# UserName:
# UserName:
#
#
echo
"<tr>
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>
<td class=left>
<input type=text
<input type=text
name=
\"
formfields[proj_head_uid]
\"
name=
\"
formfields[proj_head_uid]
\"
...
...
www/security.html
View file @
5ff58a83
<!--
<!--
EMULAB-COPYRIGHT
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.
All rights reserved.
-->
-->
<center>
<center>
...
@@ -18,8 +18,8 @@ be aware of.
...
@@ -18,8 +18,8 @@ be aware of.
<p>
<p>
We require all Emulab users to provide current, non-pseudonymic login
We require all Emulab users to provide current, non-pseudonymic login
IDs. Shared accounts are strictly forbidden! Each user should apply
IDs.
<b>
Shared accounts are strictly forbidden! Each user should apply
separately and specify their standard login name.
separately and specify their standard login name
</b>
.
</p>
</p>
<h3>
Cookies
</h3>
<h3>
Cookies
</h3>
...
...
Write
Preview
Supports
Markdown
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