Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Elijah Grubb
emulab-devel
Commits
2c9f9cf0
Commit
2c9f9cf0
authored
Oct 15, 2015
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fix for auth token (new users).
parent
7aa4569f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
www/aptui/instantiate.ajax
www/aptui/instantiate.ajax
+7
-0
No files found.
www/aptui/instantiate.ajax
View file @
2c9f9cf0
...
...
@@ -766,6 +766,13 @@ function Do_Submit()
$args
[
"email"
]
=
(
$this_user
?
$this_user
->
email
()
:
$formfields
[
"email"
]);
$args
[
"profile"
]
=
$formfields
[
"profile"
];
if
(
!
$this_user
)
{
session_start
();
if
(
isset
(
$_SESSION
[
"verified"
]))
{
$args
[
"auth_token"
]
=
$_SESSION
[
"auth_token"
];
}
}
if
(
0
)
{
TBERROR
(
print_r
(
$args
,
true
),
0
);
...
...
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