Merge pull request #479 from misfir3/develop

Recent updates, including Missing Function AC content & patch for Vuln Components Lesson
This commit is contained in:
misfir3
2018-06-13 18:44:09 -06:00
committed by GitHub
6 changed files with 25 additions and 13 deletions

View File

@ -123,8 +123,9 @@
<section class="main-content-wrapper">
<section id="main-content"> <!--ng-controller="goatLesson"-->
<div id="lesson-page" class="pages">
<span th:text="${numUsers}"> Users in WebGoat</span>
<!-- iterate over users below -->su
<span th:text="${numUsers}"></span>
<span> Users in WebGoat</span>
<div sec:authorize="hasAuthority('WEBGOAT_ADMIN')">
<h3>WebGoat Users</h3>
<div th:each="user : ${allUsers}">