From be4683266e746536beba8afb428a74fe2c2a238c Mon Sep 17 00:00:00 2001 From: Dominik Mizyn Date: Tue, 20 Aug 2019 13:29:19 +0200 Subject: Portal Spring Boot Development Spring Security/Session up Issue-ID: PORTAL-710 Signed-off-by: Dominik Mizyn Change-Id: I1d2aa22977d5eff43fd9f7e6a964b9446e26593f --- portal-BE/src/main/resources/templates/login.html | 92 +++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 portal-BE/src/main/resources/templates/login.html (limited to 'portal-BE/src/main/resources/templates') diff --git a/portal-BE/src/main/resources/templates/login.html b/portal-BE/src/main/resources/templates/login.html new file mode 100644 index 00000000..3a7ccf7c --- /dev/null +++ b/portal-BE/src/main/resources/templates/login.html @@ -0,0 +1,92 @@ + + + + + + + + + Please Login + + + +
+
+
+ +
+ Please Login +
+ Invalid username or password. Please try again.. +
+
+ You have been logged out. +
+ + + + +
+ +
+
+
+
+
+ + \ No newline at end of file -- cgit 1.2.3-korg