passmower: disable NORMALIZE_EMAIL_ADDRESSES

see comment in file
This commit is contained in:
rasmus 2025-05-21 20:48:53 +03:00
parent b8e525c3e0
commit 0ac4364157

View File

@ -572,7 +572,7 @@ spec:
- name: REQUIRE_CUSTOM_USERNAME
value: "true"
- name: NORMALIZE_EMAIL_ADDRESSES
value: "true"
value: "false" # makes members unable to login due to e-mail being stored unnormalized in user oidc crd. Normalizing it by force has had regressions elsewhere.
- name: REDIS_URI
valueFrom:
secretKeyRef: