InsecureLogin Credits added. Instructions changed

git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@335 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
wirth.marcel 2008-04-14 08:35:33 +00:00
parent d7b43ba72c
commit 42d4fd322d

View File

@ -224,7 +224,7 @@ public class InsecureLogin extends SequentialLessonAdapter
String instructions = ""; String instructions = "";
instructions = "<b>For this lesson you need to " + instructions = "<b>For this lesson you need to " +
"have a server client setup. Please refer to the" + "have a server client setup. Please refer to the" +
"Tomcat Setup Section in Introduction.</b><br><br> Stage" + "Tomcat Configuration in the Introduction section.</b><br><br> Stage" +
stage + ": "; stage + ": ";
if (stage == 1) if (stage == 1)
{ {
@ -500,5 +500,10 @@ public class InsecureLogin extends SequentialLessonAdapter
return logoutDiv; return logoutDiv;
} }
public Element getCredits()
{
return super.getCustomCredits("Created by: Reto Lippuner, Marcel Wirth", new StringElement(""));
}
} }