Files
opencloud/docs/ocis/getting-started/demo-users.md
T
Ralf Haferkamp f302f8a8c3 [docs-only] Adjust idm docs after it's now running by default (#3608)
* Add libregraph/idm and remove accounts and glauth

Also add the reva authproviders

* Adjust idm docs after it's now running by default

* Apply suggestions from code review

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>

* Update docs/extensions/idm/configuration_hints.md

Co-authored-by: Martin <github@diemattels.at>

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>
Co-authored-by: Martin <github@diemattels.at>
2022-04-29 13:13:15 +02:00

1.9 KiB

title, date, weight, geekdocRepo, geekdocEditPath, geekdocFilePath
title date weight geekdocRepo geekdocEditPath geekdocFilePath
Demo Users 2020-02-27T20:35:00+01:00 0 https://github.com/owncloud/ocis edit/master/docs/ocis/getting-started demo-users.md

oCIS has the option to create demo users during the first startup. These enable you to do quick testing and developing.

{{< hint info >}} To create the demo users, run the initial setup step with an additional environment variable. IDM_CREATE_DEMO_USERS=true ./bin/ocis server will generate the demo users listed in the table below. By default, it only generates the admin and one user for IDP and Reva respectively. {{< /hint >}}

Following users are available in the demo set:

username password email role groups
admin admin admin@example.org admin users
einstein relativity einstein@example.org user users, philosophy-haters, physics-lovers, sailing-lovers, violin-haters
marie radioactivity marie@example.org user users, physics-lovers, polonium-lovers, radium-lovers
moss vista moss@example.org admin users
richard superfluidity richard@example.org user users, philosophy-haters, physics-lovers, quantum-lovers
katherine gemini katherine@example.org space admin users, sailing-lovers, physics-lovers, quantum-lovers

You may also want to run oCIS with only your custom users by [deleting the demo users]({{< ref "../deployment#delete-demo-users" >}}).