Skip to content

Commit

Permalink
Fixes #139
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed May 6, 2014
1 parent 3518ab9 commit ad9b1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/commands/AppCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ protected function askUserPassword()
do
{
// Ask the user to input the user password
$password = $this->ask('Please enter your user password: ');
$password = $this->ask('Please enter your user password (at least 8 characters): ');

// Check if email is valid
if ($password == '')
Expand Down

0 comments on commit ad9b1fc

Please sign in to comment.