From a7ef914b4558fc4608eee0500ebb48f51329fb0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 17 Mar 2020 11:40:37 +0100 Subject: [PATCH] add missing changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- changelog/unreleased/pull-6.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/pull-6.md diff --git a/changelog/unreleased/pull-6.md b/changelog/unreleased/pull-6.md new file mode 100644 index 000000000..35d66d5e4 --- /dev/null +++ b/changelog/unreleased/pull-6.md @@ -0,0 +1,7 @@ +Change: Default to config based user backend + +We changed the default configuration to use the config file backend instead of the ownCloud backend. + +The config backend currently only has two hard coded users: demo and admin. To switch back to the ownCloud backend use `GLAUTH_BACKEND_DATASTORE=owncloud` + +https://github.com/owncloud/ocis-glauth/pull/6