From 1fd2fd7b42e8f8f109d96f0dc1e684fbdd4eb2a6 Mon Sep 17 00:00:00 2001 From: Nina Alex Juliadotter Date: Mon, 15 Dec 2014 19:52:53 +1100 Subject: [PATCH] Fixed bug WEB-169 --- src/main/java/org/owasp/webgoat/lessons/PasswordStrength.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/owasp/webgoat/lessons/PasswordStrength.java b/src/main/java/org/owasp/webgoat/lessons/PasswordStrength.java index 15d0f16da..8c440261c 100644 --- a/src/main/java/org/owasp/webgoat/lessons/PasswordStrength.java +++ b/src/main/java/org/owasp/webgoat/lessons/PasswordStrength.java @@ -189,12 +189,12 @@ public class PasswordStrength extends LessonAdapter public String getInstructions(WebSession s) { String instructions = "The accounts of your web application are only as save as the passwords. " - + "For this exercise, your job is to test several passwords on https://howsecureismypassword.net. " + + "For this exercise, your job is to test several passwords on https://howsecureismypassword.net. " + " You must test all 6 passwords at the same time...
" + " On your applications you should set good password requirements! "; return (instructions); } - + /** * Gets the title attribute of the HelloScreen object *