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](https://docs.docker.com/get-docker/)
- Install [
NodeJS](https://nodejs.org)
- Install [
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