diff --git a/backend/src/middleware/email/templateBuilder.js b/backend/src/middleware/email/templateBuilder.js index 8d1635c03..6e147d752 100644 --- a/backend/src/middleware/email/templateBuilder.js +++ b/backend/src/middleware/email/templateBuilder.js @@ -9,6 +9,7 @@ const welcomeImageUrl = new URL(`/img/custom/welcome.svg`, CONFIG.CLIENT_URI) const defaultParams = { supportUrl: CONFIG.SUPPORT_URL, APPLICATION_NAME: CONFIG.APPLICATION_NAME, + ORGANIZATION_URL: CONFIG.ORGANIZATION_URL, welcomeImageUrl, } diff --git a/backend/src/middleware/email/templates/signup.html b/backend/src/middleware/email/templates/signup.html index e939bc217..f4155a91e 100644 --- a/backend/src/middleware/email/templates/signup.html +++ b/backend/src/middleware/email/templates/signup.html @@ -62,7 +62,7 @@

Sollte der Button für Dich nicht funktionieren, kannst Du auch folgenden Code in Dein Browserfenster kopieren: {{{ nonce }}}

Das funktioniert allerdings nur, wenn du Dich über unsere Website registriert hast.

-

Falls Du Dich nicht selbst bei Falls Du Dich nicht selbst bei {{APPLICATION_NAME}} angemeldet hast, schau doch mal vorbei! Wir sind ein gemeinnütziges Aktionsnetzwerk – von Menschen für Menschen.

PS: Wenn Du keinen Account bei uns möchtest, kannst Du diese @@ -87,7 +87,7 @@

Melde Dich gerne bei unserem Support Team, wenn Du Fragen hast.

-

Bis bald bei Bis bald bei {{APPLICATION_NAME}}!

– Dein {{APPLICATION_NAME}} Team

@@ -173,7 +173,7 @@

If the above button doesn't work, you can also copy the following code into your browser window: {{{ nonce }}}

However, this only works if you have registered through our website.

-

If you didn't sign up for If you didn't sign up for {{APPLICATION_NAME}} we recommend you to check it out! It's a social network from people for people who want to connect and change the world together.

PS: If you ignore this e-mail we will not create an account @@ -200,7 +200,7 @@

Feel free to contact our support team with any questions you have.

-

See you soon on See you soon on {{APPLICATION_NAME}}!

– The {{APPLICATION_NAME}} Team

diff --git a/backend/src/middleware/email/templates/wrongAccount.html b/backend/src/middleware/email/templates/wrongAccount.html index f828a4d1d..0293e449d 100644 --- a/backend/src/middleware/email/templates/wrongAccount.html +++ b/backend/src/middleware/email/templates/wrongAccount.html @@ -55,7 +55,7 @@ @@ -74,7 +74,7 @@ style="padding: 20px; padding-top: 0; font-family: Lato, sans-serif; font-size: 16px; line-height: 22px; color: #555555;">

Ansonsten hilft Dir unser Support Team gerne weiter.

-

Bis bald bei Bis bald bei {{APPLICATION_NAME}}!

– Dein {{APPLICATION_NAME}} Team

@@ -152,7 +152,7 @@
-

Wenn Du noch keinen Account bei Wenn Du noch keinen Account bei {{APPLICATION_NAME}} hast oder Dein Password gar nicht ändern willst, kannst Du diese E-Mail einfach ignorieren!

@@ -171,7 +171,7 @@ style="padding: 20px; padding-top: 0; font-family: Lato, sans-serif; font-size: 16px; line-height: 22px; color: #555555;">

Otherwise our support team will be happy to help you out.

-

See you soon on See you soon on {{APPLICATION_NAME}}!

– The {{APPLICATION_NAME}} Team

diff --git a/neo4j/Dockerfile b/neo4j/Dockerfile index ee8516e4d..fd8912f3b 100644 --- a/neo4j/Dockerfile +++ b/neo4j/Dockerfile @@ -1,4 +1,4 @@ -FROM neo4j:3.5.14-enterprise +FROM neo4j:3.5.14 ARG BUILD_COMMIT ENV BUILD_COMMIT=$BUILD_COMMIT
-

If you don't have an account at If you don't have an account at {{APPLICATION_NAME}} yet or if you didn't want to reset your password, please ignore this e-mail.