r23434 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r23433
|
r23434
|
r23435
>
Date:
20:40, 26 June 2007
Author:
tstarling
Status:
old
Tags:
Comment:
When you log in from cookie, make the session valid for login as well. Not sure what the point of it is otherwise. Necessary for BoardVote session transfer stuff.
Modified paths:
/trunk/phase3/includes/User.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/User.php
—
—
@@ -725,6 +725,7 @@
726
726
}
727
727
728
728
if ( ( $sName == $this->mName ) && $passwordCorrect ) {
729
+ $_SESSION['wsToken'] = $this->mToken;
729
730
wfDebug( "Logged in from $from\n" );
730
731
return true;
731
732
} else {
Follow-up revisions
Revision
Commit summary
Author
Date
r23581
Merged revisions 23406-23580 via svnmerge from...
david
04:50, 30 June 2007
Status & tagging log
15:19, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r23434
[
removed:
ok
added:
old]