Edit text on Login Page

Infos:

  • Used Zammad version: 6.31
  • Used Zammad installation type: (source, package, docker-compose, …)
  • Operating system: Ubuntu 24
  • Browser + version: Chrome

I would like to change the text at the bottom of the Login Page (see screenshot)

In the documentation I do see ‘Public Links’ which is very useful, but nothing where I can change the existing default text. Is it doable?

Thanks!

After some more searching I did:

sudo nano /opt/zammad/app/assets/javascripts/app/views/login.jst.eco

and edited the text. after that I did

sudo zammad run rake assets:precompile

… then

sudo systemctl restart zammad

Looks like it worked

Please note that this operation is not update safe and thus requires permanent re-visitting this area after updating.

Understood. Thanks for clarifying