From 89a5d34687bef8ec182914485127823bf7fac27d Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Sat, 9 Apr 2022 16:40:46 +0200 Subject: [PATCH] add changelog --- changelog/unreleased/no-demo-users.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/no-demo-users.md diff --git a/changelog/unreleased/no-demo-users.md b/changelog/unreleased/no-demo-users.md new file mode 100644 index 0000000000..35b7e2b86c --- /dev/null +++ b/changelog/unreleased/no-demo-users.md @@ -0,0 +1,6 @@ +Change: Don't create demo users by default + +As we are coming closer to the first beta, we need to disable the creation of the demo users by default. + +https://github.com/owncloud/ocis/pull/3474 +https://github.com/owncloud/ocis/issues/3181