diff --git a/lab-server/CONTRIBUTING.md b/lab-server/CONTRIBUTING.md index d46c04da..b1032c69 100644 --- a/lab-server/CONTRIBUTING.md +++ b/lab-server/CONTRIBUTING.md @@ -5,12 +5,15 @@ Please also see the [contribution guide in the root folder](../CONTRIBUTING.md). ## Prerequisites - Install [docker-logo Docker](https://docs.docker.com/get-docker/) - Install [nodejs-logo NodeJS](https://nodejs.org) - Install [yarn-logo Yarn](https://yarnpkg.com/) - Create an `.env` file with required variables (see `.env.example`) @@ -49,6 +52,7 @@ Please also see the [contribution guide in the root folder](../CONTRIBUTING.md). - `access-type` "public" ("Client authentication" off) - set the redirect URI to `localhost:/*` (as specified in `callbackUrlScheme` in `app/lib/login/pages/cubit.dart`) + - In `Authentication > Required actions` disable `Verify Profile` - Create a user for testing (you can choose username and password freely, no roles are required); when setting the password, set "Temporary" to "OFF" - For more information see