Skip to content
GitLab
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
1b722c53
Commit
1b722c53
authored
Oct 27, 2000
by
Leigh B. Stoller
Browse files
Harden up the tone of email messages and status messages, as per Jay request.
parent
706b96a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/grpadded.php3
View file @
1b722c53
...
...
@@ -160,15 +160,15 @@ if (! $returning) {
mail
(
"
$email
"
,
"TESTBED: Your New User Key"
,
"
\n
"
.
"Dear
$usr_name
:
\n\n
"
.
"
\t
Thank you for applying to use the Utah Network Testbed.
\n
"
.
"
As promised, here is your key to verify your account
:
\n\n
"
.
"
\t
Here is your key to verify your account on the
"
.
"
Utah Network Testbed
:
\n\n
"
.
"
\t\t
$key
\n\n
"
.
"Please return to
$TBWWW
and log in using
\n
"
.
"the user name and password you gave us when you applied. You will
\n
"
.
"then find an option on the menu called 'New User Verification'.
\n
"
.
"Select it, and on that page enter your password and your key.
\n
"
.
"You will then be verified as a user. When you have been both
\n
"
.
"verified and approved by
the
Testbed
Approval Committee
, you will
\n
"
.
"verified and approved by Testbed
Operations
, you will
\n
"
.
"be marked as an active user, and will be granted full access to
\n
"
.
"your user account.
\n\n
"
.
"Thanks,
\n
"
.
...
...
@@ -257,8 +257,8 @@ if (! $returning) {
#
# Now give the user some warm fuzzies
#
echo
"<h1>Project '
$gid
' successfully added.</h1>
<h2>The Testbed Approval Committee
has been notified of your application.
echo
"<
center><
h1>Project '
$gid
' successfully added.</h1>
</center>
Testbed Operations
has been notified of your application.
Most applications are reviewed within one week. We will notify
you by e-mail at '
$usr_name
<
$email
>' of their decision
regarding your proposed project '
$gid
'.
\n
"
;
...
...
@@ -273,8 +273,7 @@ if (! $returning) {
marked as a verified user.
<p>Once you have been both verified
and approved, you will be classified as an active user, and will
be granted full access to your user account.
</h2>"
;
be granted full access to your user account."
;
}
?>
</body>
...
...
www/usradded.php3
View file @
1b722c53
...
...
@@ -155,8 +155,8 @@ if (! $returning) {
mail
(
"
$usr_email
"
,
"TESTBED: Your New User Key"
,
"
\n
"
.
"Dear
$usr_name
:
\n\n
"
.
"
\t
Thank you for applying to use the Utah Network Testbed.
\n
"
.
"
As promised, here is your key to verify your account
:
\n\n
"
.
"
\t
Here is your key to verify your account on the
"
.
"
Utah Network Testbed
:
\n\n
"
.
"
\t\t
$key
\n\n
"
.
"Please return to
$TBWWW
and log in using
\n
"
.
"the user name and password you gave us when you applied. You will
\n
"
.
...
...
@@ -176,16 +176,18 @@ if (! $returning) {
#
# Generate some warm fuzzies.
#
echo
"<h3>As a new user of the Testbed, for
echo
"<center><h1>Adding new Testbed User!</h1></center>"
;
echo
"<p>As a new user of the Testbed, for
security purposes, you will receive by e-mail a key. When you
receive it, come back to the site, and log in. When you do, you
will see a new menu option called 'New User Verification'. On
that page, enter in your username, password, and the key,
exactly as you received it in your e-mail. You will then be
marked as a verified user.
<br>
<
h3
>Once you have been both verified
marked as a verified user.
<
p
>Once you have been both verified
and approved, you will be classified as an active user, and will
be granted full access to your user account.
</h3>
"
;
be granted full access to your user account."
;
}
#
...
...
@@ -250,13 +252,10 @@ mail("$group_leader_email",
#
# Generate some warm fuzzies.
#
echo
"<br>
<br><h3>
The leader of project '
$grp
' has been notified of your application.
echo
"<br>
<p>
The leader of project '
$grp
' has been notified of your application.
He/She will make a decision and either approve or deny your application,
and you will be notified as soon as a decision has been made.<br><br>
Thanks for using the Testbed!
</h3>"
;
and you will be notified as soon as a decision has been made."
;
?>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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