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
12e1258c
Commit
12e1258c
authored
May 10, 2012
by
Leigh B Stoller
Browse files
Minor bug fix. We were storing the hash in the browser under
two different domain tags. Confused Firefox 12.
parent
e20392b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/password.php3
View file @
12e1258c
<?php
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-20
07, 2009
University of Utah and the Flux Group.
# Copyright (c) 2000-20
12
University of Utah and the Flux Group.
# All rights reserved.
#
include
(
"defs.php3"
);
...
...
@@ -192,7 +192,7 @@ $keyB = substr($key, 16);
# Send half of the key to the browser and half in the email message.
setcookie
(
$TBAUTHCOOKIE
,
$keyA
,
0
,
"/"
,
$
TBAUTHDOMAIN
,
$TBSECURECOOKIES
);
$
WWWHOST
,
$TBSECURECOOKIES
);
# It is okay to spit this now that we have sent the cookie.
PAGEHEADER
(
"Forgot Your Password?"
,
$view
);
...
...
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