diff --git a/app/lang/en/reminders.php b/app/lang/en/reminders.php index 4a9f1766..0db3455f 100644 --- a/app/lang/en/reminders.php +++ b/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.", "token" => "This password reset token is invalid.", -); \ No newline at end of file +); diff --git a/public/.htaccess b/public/.htaccess index cf675fba..8105a22b 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -2,7 +2,7 @@ Options -MultiViews RewriteEngine On - RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] - \ No newline at end of file +