diff --git a/CHANGELOG.md b/CHANGELOG.md index b8820e5a528..2a2adc85724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# Changelog for [unreleased] (UNRELEASED) + +The following sections list the changes in ocis-glauth unreleased. + +[unreleased]: https://github.com/owncloud/ocis-glauth/compare/v0.2.0...master + +## Summary + +* Change - Use physicist demo users: [#5](https://github.com/owncloud/ocis-glauth/issues/5) + +## Details + +* Change - Use physicist demo users: [#5](https://github.com/owncloud/ocis-glauth/issues/5) + + Demo users like admin, demo and test don't allow you to tell a story. Which is why we changed the + set of hard coded demo users to `einstein`, `marie` and `feynman`. You should know who they are. + This also changes the ldap domain from `dc=owncloud,dc=com` to `dc=example,dc=org` because + that is what these users use as their email domain. There are also `konnectd` and `reva` for + technical purposes, eg. to allow konnectd and reva to bind to glauth. + + https://github.com/owncloud/ocis-glauth/issues/5 + # Changelog for [0.2.0] (2020-03-17) The following sections list the changes in ocis-glauth 0.2.0.