From af1bd630d78bdfc6ea1a234c9f027b9db7474552 Mon Sep 17 00:00:00 2001 From: Maksim Surguy Date: Fri, 13 Sep 2013 17:42:21 -0700 Subject: [PATCH 1/2] The default message was not clear Added clarity --- app/lang/en/reminders.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +); From a7b209ffcc2b724d00ab4410f93907f8a1391e20 Mon Sep 17 00:00:00 2001 From: ameech Date: Thu, 19 Sep 2013 00:10:17 -0500 Subject: [PATCH 2/2] Updated line to use spaces instead of tabs. --- public/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +