From ce6be7185ec4cc0cc69be8890ddb6f61b6b38e58 Mon Sep 17 00:00:00 2001 From: Git Date: Sun, 24 Jun 2012 08:00:20 +0000 Subject: [PATCH] Empty commit --- classes/class_image_tools.php | 2 +- sections/register/step1.php | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/classes/class_image_tools.php b/classes/class_image_tools.php index cbb908e7..f18be389 100644 --- a/classes/class_image_tools.php +++ b/classes/class_image_tools.php @@ -61,7 +61,7 @@ function cleanImgurUrl($url) { $path = preg_replace('/\.[^.]*$/', '', $url); $last = $path[strlen($path)-1]; - if($last == 'm' || $last == 'l' || $last == 's' || $last == 'h' || $last == 'b') { + if($last == 'm' || $last == 'l' || $last == 's' || $last == 'b') { $path = substr($path, 0, -1); } return $path . "." . $extension; diff --git a/sections/register/step1.php b/sections/register/step1.php index fc37b638..9c488b78 100644 --- a/sections/register/step1.php +++ b/sections/register/step1.php @@ -35,7 +35,10 @@ Verify Password  - + +

A strong password is 8 characters or longer, contains at least 1 lowercase and uppercase letter, contains at least a number or a symbol.

+ +