Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[user:password:reset] Notice when reseting user password #3898

Closed
FireGhost opened this issue Jun 4, 2018 · 1 comment
Closed

[user:password:reset] Notice when reseting user password #3898

FireGhost opened this issue Jun 4, 2018 · 1 comment

Comments

@FireGhost
Copy link
Contributor

[user:password:reset] Notice when reseting the user password

Problem/Motivation

When I want to reset the admin password using drupal upr admin, a notice appears:

 [ERROR] <em class="placeholder">Notice</em>: Only variables should be passed by reference in <em
         class="placeholder">Drupal\Console\Command\User\UserBase-&gt;getUserEntity()</em> (line <em
         class="placeholder">48</em> of <em
         class="placeholder">vendor/drupal/console/src/Command/User/UserBase.php</em>). <pre
         class="backtrace">Drupal\Console\Command\User\UserBase-&gt;getUserEntity(&#039;admin&#039;) (Line: 91)
         Drupal\Console\Command\User\PasswordResetCommand-&gt;execute(Object, Object) (Line: 242)
         Symfony\Component\Console\Command\Command-&gt;run(Object, Object) (Line: 861)
         Symfony\Component\Console\Application-&gt;doRunCommand(Object, Object, Object) (Line: 193)
         Symfony\Component\Console\Application-&gt;doRun(Object, Object) (Line: 185)
         Drupal\Console\Core\Application-&gt;doRun(Object, Object) (Line: 64)
         Drupal\Console\Application-&gt;doRun(Object, Object) (Line: 117)
         Symfony\Component\Console\Application-&gt;run() (Line: 89)
         require(&#039;/var/www/html/vendor/drupal/console/bin/drupal.php&#039;) (Line: 4)
         </pre>

How to reproduce

Drupal console: 1.8.0
PHP: 7.0.29
Drupal: 8.3.9

Simply do a drupal user:password:reset admin in the command line.
The error doesn't appear if I use the UID (admin => 1): drupal upr 1.

Solution

The problem comes from the line 49 of the file UserBase.php. On this line, it's trying to use reset() on a method. But the function reset() needs a variable as a parameter, not a method.

I'm creating a pull request right now.

FireGhost added a commit to FireGhost/drupal-console that referenced this issue Jun 4, 2018
[user:password:reset] Notice when reseting the user password
hechoendrupal#3898
LOBsTerr pushed a commit that referenced this issue Jun 4, 2018
[user:password:reset] Notice when reseting the user password
#3898
@LOBsTerr
Copy link
Member

LOBsTerr commented Jun 4, 2018

@FireGhost Thank you for your contribution. It was merged

@LOBsTerr LOBsTerr closed this as completed Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants