Merge pull request #7 from butonic/add-changelog

add missing changelog
This commit is contained in:
Michael Barz
2020-03-17 11:48:52 +01:00
committed by GitHub
+7
View File
@@ -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