Customizando o rodapé
Last modified by Jean Franco on 2022/06/26 12:58
currently you only can edit the web app templates via file system https://github.com/zammad/zammad/blob/develop/app/assets/javascripts/app/views/login.jst.eco#L83
After changing you need to precompile the app again:
zammad run rake assets:precompile
or installed via source as Zammad user:
rake assets:precompile
Restart Zammad and the changes will get reflected.