Merge branch 'master' into develop

This commit is contained in:
Taylor Otwell 2013-10-22 22:05:25 -05:00
commit 5df7bc7f8a
2 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@
|
*/
"password" => "Passwords must be six characters and match the confirmation.",
"password" => "Passwords must be at least six characters long and match the confirmation.",
"user" => "We can't find a user with that e-mail address.",
"token" => "This password reset token is invalid.",
);
);

View File

@ -2,7 +2,7 @@
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>
</IfModule>