pace-running / pace3

used for "lauf gegen rechts 2023"
2 stars 1 forks source link

Link in confirmation email must be configurable #93

Closed ckluente closed 1 year ago

ckluente commented 1 year ago

Currently, the confirmation email contains a link to the self-service page. This link is hardcoded as https://lauf-gegen-rechts.de/.... We need to make this configurable depending on the instance the mail was sent from. Similar to the sender address of the email. Probably via a environment variable

qutax commented 1 year ago

Does it have to be configurable via the admin controls like the other event settings (title, description etc.) or is the URL_HOST environment variable sufficient? That variables value is already in use for the emails.

See also:

ckluente commented 1 year ago

environment variable is sufficient. I wasn't aware URL_HOST is already there and can be configured. So this is just about making sure the variable is set correctly in our 2 environments.