users
users copied to clipboard
URLRoot in Config struct
If there would be the URLRoot within the config struct, it could be used when rendering Mail templates. The mail template currently uses a hardcoded link for the domain.
If it would be in the config struct, we could set it depending on the dev or production mode (localhost or real domain name) - and then use the correct URL within the mail templates.