From 7ce4c5be4e14d0e5f2f68202785b19cb82c5bb65 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 18 May 2023 02:36:06 +0200 Subject: [PATCH] clarify README setup --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef5bdbace3..dc6dbac817 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ Go to http://localhost et voilĂ  :) The default super-admin user is: admin@windmill.dev / changeme. -From there, you can follow the setup app and creat other users. +From there, you can follow the setup app and create other users. ### Kubernetes (k8s) and Helm charts @@ -260,6 +260,10 @@ and mount it at `/usr/src/app/oauth.json`. The redirect url for the oauth clients is: `/user/login_callback/` +Even if you setup oauth, you will still want to **login as admin@windmill.dev / +changeme** to setup your instance as a super-admin and give yourself admin +rights. + [The list of all possible "connect an app" oauth clients](https://github.com/windmill-labs/windmill/blob/main/backend/oauth_connect.json) To add more "connect an app" OAuth clients to the Windmill project, read the