Initial commit for password reset lesson

This commit is contained in:
Nanne Baars
2018-05-25 14:27:45 +02:00
parent 8d7ecb19d7
commit eaf68d38c5
23 changed files with 464 additions and 1 deletions

View File

@ -33,6 +33,7 @@
<module>auth-bypass</module>
<module>missing-function-ac</module>
<module>csrf</module>
<module>password-reset</module>
<!-- uncomment below to include lesson template in build, also uncomment the dependency in webgoat-server/pom.xml to have it run in the project fully -->
<!--<module>webgoat-lesson-template</module>-->
</modules>