Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8096606 commit afe407cCopy full SHA for afe407c
src/Commands/core/LoginCommands.php
@@ -30,7 +30,7 @@ class LoginCommands extends DrushCommands implements SiteAliasManagerAwareInterf
30
* Open default web browser and browse to homepage, logged in as uid=1.
31
* @usage drush user:login --name=ryan node/add/blog
32
* Open default web browser (if configured or detected) for a one-time login link for username ryan that redirects to node/add/blog.
33
- * @usage drush user:login --browser=firefox [email protected]
+ * @usage drush user:login --browser=firefox --mail=$(drush user:information --mail="drush@example.org" --fields=name --format=string)
34
* Open firefox web browser, and login as the user with the e-mail address [email protected].
35
*/
36
public function login($path = '', $options = ['name' => '1', 'browser' => true, 'redirect-port' => self::REQ])
0 commit comments