MARMOTTA-534: fixed realm name
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/0b13c66c Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/0b13c66c Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/0b13c66c Branch: refs/heads/MARMOTTA-534_fix_login Commit: 0b13c66c33fc50ff201050c6185858d487ce7cde Parents: 2b2a803 Author: Sergio Fernández <[email protected]> Authored: Wed May 10 09:38:46 2017 +0200 Committer: Sergio Fernández <[email protected]> Committed: Wed May 10 09:38:46 2017 +0200 ---------------------------------------------------------------------- .../marmotta-user/src/main/resources/config-defaults.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/0b13c66c/platform/marmotta-user/src/main/resources/config-defaults.properties ---------------------------------------------------------------------- diff --git a/platform/marmotta-user/src/main/resources/config-defaults.properties b/platform/marmotta-user/src/main/resources/config-defaults.properties index 8dd4125..b192992 100644 --- a/platform/marmotta-user/src/main/resources/config-defaults.properties +++ b/platform/marmotta-user/src/main/resources/config-defaults.properties @@ -24,7 +24,7 @@ security.method=BASIC # the realm to use for HTTP authentication -security.realm=Linked Media Framework +security.realm=Apache Marmotta user.admin.password=pass123 user.admin.roles=manager,editor,user
