jfa-go icon indicating copy to clipboard operation
jfa-go copied to clipboard

Contact message in emails not updated to reflect settings

Open SteveGBuck opened this issue 3 years ago • 2 comments

#### Read the FAQ first!

Contact message at the bottom of each email is not updating to reflect the change in settings.

Describe the problem, and what you would expect if it isn't clear already.

Settings > General > Contact Message.

Set message to preference, save settings, restart server. Send any test email (announce, delete user, invite etc..).

Expect that emails will include the content from the setting.

What to do to reproduce the problem.

See above.

Logs

Can gather if needed.

If you're using a build with a tray icon, right-click on it and press "Open logs" to access your logs.

When you notice the problem, check the output of jfa-go. If the problem is not obvious (e.g a panic (red text) or 'ERROR' log), re-run jfa-go with the -debug argument and reproduce the problem. You should then take a screenshot of the output, or paste it here, preferably between ``` tags (e.g ````Log here\``). Remember to censor any personal information.

If nothing catches your eye in the log, access the admin page via your browser, go into the console (Right click > Inspect Element > Console), refresh, reproduce the problem then paste the output here in the same way as above.

Configuration

If you see it as necessary, include relevant sections of your config.ini, for example, include [email] and [smtp]|[mailgun] if you have an email issue.

Platform/Version

Docker container, unstable tag.

Version git

Commit 4d27f7f

SteveGBuck avatar Oct 14 '21 09:10 SteveGBuck

Not a bug, the contact message is used on the account creation form and error pages. There's a Help Message in Settings > Messages/Notifications instead. Ik it's a bit weird, added the ability to send messages quite late so forgot contact message existed.

hrfee avatar Oct 15 '21 16:10 hrfee

Ah! Thanks I'll take another look then. Thank you.

SteveGBuck avatar Oct 15 '21 21:10 SteveGBuck