diff --git a/src/main/webapp/WEB-INF/pages/login.jsp b/src/main/webapp/WEB-INF/pages/login.jsp index 068c18c3c..fd6dd2cec 100644 --- a/src/main/webapp/WEB-INF/pages/login.jsp +++ b/src/main/webapp/WEB-INF/pages/login.jsp @@ -2,84 +2,85 @@ Login Page - - - - - - -
- -
${error}
-
- -
${msg}
-
-
- - - - - - -
-
-
- Login with one of the following accounts -
-
- - - - - - - - - - -
AccountUserPassword
Webgoat Userguestguest
Webgoat Adminwebgoatwebgoat
Server Adminserverserver
+ + + + + + + + + + + -
+ + + +
+
+ +
+ +
+
+

Please login

+
+ + +
+ +
+ +
${error}
+
+ +
${msg}
+
+

+
+
+ + +
+
+ + +
+ + +
+

+

The following accounts are built into Webgoat

+ + + + + + + + +
AccountUserPassword
Webgoat Userguestguest
Webgoat Adminwebgoatwebgoat
+

- + +
+
+ + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/pages/logout.jsp b/src/main/webapp/WEB-INF/pages/logout.jsp index f55c73a8e..2ee704beb 100644 --- a/src/main/webapp/WEB-INF/pages/logout.jsp +++ b/src/main/webapp/WEB-INF/pages/logout.jsp @@ -1,59 +1,68 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> - Login Page - - - - - -
- -
${error}
-
- -
${msg}
-
- You have logged out successfully -
- Click here to " > Login + + + +
+
+
+

Logout

+
+ + +
+ +
+ +
${error}
+
+ +
${msg}
+
+

+ + +
+

Click here if you would like to log back in: " > Login

+ + +
+
+ + + + + - - \ No newline at end of file