Browse Source

Merge branch 'master' into develop

Taylor Otwell 11 years ago
parent
commit
5df7bc7f8a
2 changed files with 4 additions and 4 deletions
  1. 2 2
      app/lang/en/reminders.php
  2. 2 2
      public/.htaccess

+ 2 - 2
app/lang/en/reminders.php

@@ -13,10 +13,10 @@ return array(
 	|
 	|
 	*/
 	*/
 
 
-	"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.",
 	"user"     => "We can't find a user with that e-mail address.",
 
 
 	"token"    => "This password reset token is invalid.",
 	"token"    => "This password reset token is invalid.",
 
 
-);
+);

+ 2 - 2
public/.htaccess

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