Renamed to webwolfintroduction

This commit is contained in:
Àngel Ollé Blázquez
2022-07-30 22:49:30 +02:00
parent 251167c6b0
commit 50f932b02e
15 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
package org.owasp.webgoat.lessons.webwolf_introduction;
package org.owasp.webgoat.lessons.webwolfintroduction;
import lombok.Builder;
import lombok.Data;

View File

@ -20,7 +20,7 @@
* Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software projects.
*/
package org.owasp.webgoat.lessons.webwolf_introduction;
package org.owasp.webgoat.lessons.webwolfintroduction;
import org.apache.commons.lang3.StringUtils;
import org.owasp.webgoat.container.assignments.AssignmentEndpoint;
@ -63,7 +63,7 @@ public class LandingAssignment extends AssignmentEndpoint {
modelAndView.addObject("webwolfUrl", landingPageUrl);
modelAndView.addObject("uniqueCode", StringUtils.reverse(getWebSession().getUserName()));
modelAndView.setViewName("lessons/webwolf_introduction/templates/webwolfPasswordReset.html");
modelAndView.setViewName("lessons/webwolfintroduction/templates/webwolfPasswordReset.html");
return modelAndView;
}
}

View File

@ -20,7 +20,7 @@
* Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software projects.
*/
package org.owasp.webgoat.lessons.webwolf_introduction;
package org.owasp.webgoat.lessons.webwolfintroduction;
import org.apache.commons.lang3.StringUtils;
import org.owasp.webgoat.container.assignments.AssignmentEndpoint;

View File

@ -20,7 +20,7 @@
* Source for this application is maintained at https://github.com/WebGoat/WebGoat, a repository for free software projects.
*/
package org.owasp.webgoat.lessons.webwolf_introduction;
package org.owasp.webgoat.lessons.webwolfintroduction;
import org.owasp.webgoat.container.lessons.Category;
import org.owasp.webgoat.container.lessons.Lesson;