From 6be1a6e5e9bd14ab9e75322a4eaa67dc8911f0f9 Mon Sep 17 00:00:00 2001 From: David Dossot Date: Fri, 31 Jan 2014 08:59:13 -0800 Subject: [PATCH] #4276 added form login authentication --- .../META-INF/spring/security-beans.xml | 7 +++ src/main/webapp/login.html | 61 +++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 src/main/webapp/login.html diff --git a/src/main/resources/META-INF/spring/security-beans.xml b/src/main/resources/META-INF/spring/security-beans.xml index afe6199b..0916d553 100644 --- a/src/main/resources/META-INF/spring/security-beans.xml +++ b/src/main/resources/META-INF/spring/security-beans.xml @@ -46,6 +46,8 @@ + + @@ -62,10 +64,15 @@ + diff --git a/src/main/webapp/login.html b/src/main/webapp/login.html new file mode 100644 index 00000000..9418613c --- /dev/null +++ b/src/main/webapp/login.html @@ -0,0 +1,61 @@ +<%-- + R Service Bus + + Copyright (c) Copyright of OpenAnalytics BVBA, 2010-2014 + + =========================================================================== + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see + + @author rsb.development@openanalytics.eu +--%> +<%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core' %> + + + + RSB - Login + + + + + + +
    +

     RSB - R Service Bus

    + + + Your login attempt was not successful, try again.
    +
    + Reason: .
    +
    + +
    +
    + Sign-in to use RSB +
    + + +
    +
    + + +
    +
    + +
    +
    +
    +
+ + \ No newline at end of file