diff --git a/docker-compose.override.yml b/docker-compose.override.yml index c58df2292..b3493ce78 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -17,7 +17,7 @@ services: environment: - "APPLICATION_NAME={$APPLICATION_NAME:-'Human Connection'}" - NUXT_BUILD=/tmp/nuxt # avoid file permission issues when `rm -rf .nuxt/` - - PUBLIC_REGISTRATION=false + - PUBLIC_REGISTRATION=true command: yarn run dev backend: image: schoolsinmotion/backend:build-and-test @@ -33,7 +33,7 @@ services: - SMTP_PORT=25 - SMTP_IGNORE_TLS=true - "DEBUG=${DEBUG}" - - PUBLIC_REGISTRATION=false + - PUBLIC_REGISTRATION=true maintenance: image: schoolsinmotion/maintenance:latest build: diff --git a/webapp/components/PasswordReset/ChangePassword.vue b/webapp/components/PasswordReset/ChangePassword.vue index 2873505c6..5d1e02acf 100644 --- a/webapp/components/PasswordReset/ChangePassword.vue +++ b/webapp/components/PasswordReset/ChangePassword.vue @@ -49,8 +49,9 @@
{{ $t('components.password-reset.change-password.help') }}
-
- support@human-connection.org
+
{{ $t('code-of-conduct.get-help') }} - - moderation@human-connection.org - + {{ moderationEmail }}