Added bug report
Added message for missing solutions Minor edits to lesson plans git-svn-id: http://webgoat.googlecode.com/svn/trunk@353 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -78,7 +78,20 @@ only discussed the whitebox approach. You have to add following lines to the Hos
|
||||
</pre>
|
||||
<p>In this case only localhost, ip1 and ip2 are permitted to connect.</p>
|
||||
|
||||
<h2>Users Configuration</h2>
|
||||
<h2>WebGoat Default Users and Roles for Tomcat</h2>
|
||||
<p>
|
||||
WebGoat requires the following users and roles to be configured in order for the application to run.
|
||||
<br/>
|
||||
<pre>
|
||||
>role rolename="webgoat_basic"/<
|
||||
>role rolename="webgoat_admin"/<
|
||||
>role rolename="webgoat_user"/<
|
||||
>user username="webgoat" password="webgoat" roles="webgoat_admin"/<
|
||||
>user username="basic" password="basic" roles="webgoat_user,webgoat_basic"/<
|
||||
>user username="guest" password="guest" roles="webgoat_user"/<
|
||||
</pre>
|
||||
</p>
|
||||
<h2>Adding Users</h2>
|
||||
<p>
|
||||
Usually using WebGoat you just use the user guest with the password guest.
|
||||
But maybe in laboratory you have made a setup with one server and a lot of
|
||||
@ -93,8 +106,8 @@ Adding a user is straight forward. You can use the guest entry as an example. Th
|
||||
users should have the same role as the guest user. Add lines like this to the file:
|
||||
</p>
|
||||
<pre>
|
||||
<user name="user1" password="password1" roles="webgoat_user"/>
|
||||
<user name="user2" password="password2" roles="webgoat_user"/>
|
||||
<user name="student1" password="password1" roles="webgoat_user"/>
|
||||
<user name="student2" password="password2" roles="webgoat_user"/>
|
||||
...
|
||||
</pre>
|
||||
|
||||
|
Reference in New Issue
Block a user