InsecureLogin Credits added. Instructions changed
git-svn-id: http://webgoat.googlecode.com/svn/trunk@335 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
efd77a001e
commit
8182db6dc4
@ -224,7 +224,7 @@ public class InsecureLogin extends SequentialLessonAdapter
|
||||
String instructions = "";
|
||||
instructions = "<b>For this lesson you need to " +
|
||||
"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 + ": ";
|
||||
if (stage == 1)
|
||||
{
|
||||
@ -500,5 +500,10 @@ public class InsecureLogin extends SequentialLessonAdapter
|
||||
|
||||
return logoutDiv;
|
||||
}
|
||||
|
||||
public Element getCredits()
|
||||
{
|
||||
return super.getCustomCredits("Created by: Reto Lippuner, Marcel Wirth", new StringElement(""));
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user