How to create a Legacy Lesson - instruction edit #177
Commit to fix the following issues. 1. Update the user guide to point to the wiki. 2. Add the slack channel 3. Change the feedback email to point to the group mailing list.
This commit is contained in:
committed by
Nanne Baars
parent
2d39ab90d2
commit
a20532921a
@ -92,9 +92,9 @@ public class WebgoatContext {
|
||||
|
||||
private boolean codingExercises = false;
|
||||
|
||||
private String feedbackAddress = "webgoat@owasp.org";
|
||||
private String feedbackAddress = "owasp-webgoat@list.owasp.org";
|
||||
|
||||
private String feedbackAddressHTML = "<A HREF=mailto:webgoat@owasp.org>webgoat@owasp.org</A>";
|
||||
private String feedbackAddressHTML = "<A HREF=mailto:owasp-webgoat@list.owasp.org>owasp-webgoat@list.owasp.org</A>";
|
||||
|
||||
private boolean isDebug = false;
|
||||
|
||||
|
Reference in New Issue
Block a user