move 0ac4364157
				
					
				
			This commit is contained in:
		| @@ -572,7 +572,7 @@ spec: | |||||||
|             - name: REQUIRE_CUSTOM_USERNAME |             - name: REQUIRE_CUSTOM_USERNAME | ||||||
|               value: "true" |               value: "true" | ||||||
|             - name: NORMALIZE_EMAIL_ADDRESSES |             - name: NORMALIZE_EMAIL_ADDRESSES | ||||||
|               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. |               value: "false" | ||||||
|             - name: REDIS_URI |             - name: REDIS_URI | ||||||
|               valueFrom: |               valueFrom: | ||||||
|                 secretKeyRef: |                 secretKeyRef: | ||||||
|   | |||||||
| @@ -24,7 +24,7 @@ passmower: | |||||||
|   # Require users to set a custom username instead of system generated one. Will be used as OIDCUser CRD name and OIDC username claim. |   # Require users to set a custom username instead of system generated one. Will be used as OIDCUser CRD name and OIDC username claim. | ||||||
|   require_custom_username: true |   require_custom_username: true | ||||||
|   # Normalize incoming email addresses by removing aliases (e.g. username+alias@gmail.com) etc. |   # Normalize incoming email addresses by removing aliases (e.g. username+alias@gmail.com) etc. | ||||||
|   normalize_email_addresses: true |   normalize_email_addresses: 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. | ||||||
|   # Email credentials secret name. Secret must contain EMAIL_HOST, EMAIL_PASSWORD, EMAIL_PORT, EMAIL_SSL and EMAIL_USERNAME |   # Email credentials secret name. Secret must contain EMAIL_HOST, EMAIL_PASSWORD, EMAIL_PORT, EMAIL_SSL and EMAIL_USERNAME | ||||||
|   email_credentials_secretRef: "email-credentials" |   email_credentials_secretRef: "email-credentials" | ||||||
|   # GitHub OAuth client secret name. Secret must contain GH_CLIENT_ID and GH_CLIENT_SECRET |   # GitHub OAuth client secret name. Secret must contain GH_CLIENT_ID and GH_CLIENT_SECRET | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user