Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
21 May 2013 at 00:04 UTC
Updated:
29 Jul 2014 at 22:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
chertzogI think i got all of them.
Comment #3
chertzogfixes
Comment #4
kim.pepperLooking good. Needs a bit of clean up.
Should probably call this $token or $reset_token instead of $request
Again, variable name $request doesn't quite match.
You turn this into an if statement and it would be more readable.
Extract the $request variable here to make it less verbose.
The variable should probably be called $destination
Comment #5
chrisjlee commentedattempt a reroll.
Comment #6
chrisjlee commented...
Comment #8
Anonymous (not verified) commentedReroll this one Go testbot go !
Comment #10
aaronott commentedAnother re-roll with small changes such as using ->has() instead of isset().
Comment #11
kim.pepperLooks good to me!
Comment #12
alexpottWe don't need the ->has() here... ->get() will return NULL. Due to the
isset($_SESSION['pass_reset_' . $account->uid])the value we test against can never be NULLComment #13
aaronott commentedGood point!
I've removed the ->has() from AccountFormController.
Comment #14
Anonymous (not verified) commentedlooks good to me.I think it should go to RTBC +1
Comment #15
Anonymous (not verified) commented#13: 1999448-13-replace-raw-variables-user.patch queued for re-testing.
Comment #17
kim.pepperRemoved an unnecessary $query variable.
Comment #18
dawehnerLooks perfect!
Comment #19
dries commentedCommitted to 8.x. Thanks!