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
93d0244c
Commit
93d0244c
authored
Oct 26, 2000
by
Jay Lepreau
Browse files
formatting. kill bold.
parent
0fb45169
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/approval.php3
View file @
93d0244c
...
...
@@ -36,17 +36,16 @@ Please log in again.</h3>\n</body></html>";
}
echo
"
<h1>Approve new users in your Project</h1>
<h3><p>
This page will let you approve new members of your Project. Once approved,
they will be able to log into machines in your Projects's experiments.</p>
Use this page to approve new members of your Project. Once approved,
they will be able to log into machines in your Project's experiments.</p>
<p> If you desire, you may set their trust/privilege levels to give them
more or less access to your nodes:
<
o
l>
<li>User - Can log into machines in your experiments.
<li>Local Root -
Can have
root access on machines
,
can create new experiments.
<
u
l>
<li>User - Can log into machines in your experiments.
<li>Local Root -
Granted
root access on
your project's
machines
;
can create new experiments.
"
;
#echo "<li>Group Root - Can approve users, create projects, and update any project info or personal info for project members.";
echo
"</
o
l>
echo
"</
u
l>
</p></h3>
\n
"
;
$query
=
"SELECT gid FROM grp_memb WHERE uid='
$auth_usr
' and trust='group_root'"
;
$result
=
mysql_db_query
(
"tbdb"
,
$query
);
...
...
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