You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2017/05/15 17:43:53 UTC

jspwiki git commit: repair glitch of previous commit

Repository: jspwiki
Updated Branches:
  refs/heads/master 340aaea50 -> f6fd1b8eb


repair glitch of previous commit


Project: http://git-wip-us.apache.org/repos/asf/jspwiki/repo
Commit: http://git-wip-us.apache.org/repos/asf/jspwiki/commit/f6fd1b8e
Tree: http://git-wip-us.apache.org/repos/asf/jspwiki/tree/f6fd1b8e
Diff: http://git-wip-us.apache.org/repos/asf/jspwiki/diff/f6fd1b8e

Branch: refs/heads/master
Commit: f6fd1b8eb4e1aaceee1d6682b2190d6854763351
Parents: 340aaea
Author: Harry Metske <ha...@gmail.com>
Authored: Mon May 15 19:43:46 2017 +0200
Committer: Harry Metske <ha...@gmail.com>
Committed: Mon May 15 19:43:46 2017 +0200

----------------------------------------------------------------------
 .../src/main/webapp/WEB-INF/userdatabase.xml    | 21 ++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jspwiki/blob/f6fd1b8e/jspwiki-war/src/main/webapp/WEB-INF/userdatabase.xml
----------------------------------------------------------------------
diff --git a/jspwiki-war/src/main/webapp/WEB-INF/userdatabase.xml b/jspwiki-war/src/main/webapp/WEB-INF/userdatabase.xml
index f2742c3..3d9c074 100644
--- a/jspwiki-war/src/main/webapp/WEB-INF/userdatabase.xml
+++ b/jspwiki-war/src/main/webapp/WEB-INF/userdatabase.xml
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
 <users>
-    <user uid="95ab0d76-13a2-4aa8-bfbe-cd10963c2016" loginName="aap" wikiName="aap" fullName="aap" email="metskem@www.computerhok.nl" password="{SSHA}OxNFPK8qDGgncWZdxbwWmPPmRKK/OI4Rb60tNQ==" created="2017.03.05 at 14:01:44:297 CET" lastModified="2017.03.05 at 14:01:44:297 CET" lockExpiry="" >
-    </user>
 </users>
\ No newline at end of file