Link to imprint at login page

Is it possible to add a link to the login page which refers to our imprint? How can this be performed?

2 Likes

Hi,

there are two possible ways right now.

  1. Use the Maintenance message
    PricingTool_Helpdesk_-_Sign_in
    Admin->Maintenance “@Login” then change the text

  2. Change the template
    Modify:
    app/assets/javascripts/app/views/login.jst.eco
    then run:
    zammad run rake assets:precompile
    then:
    zammad restart

You need to redo this change / copy the file every time you perform an update.

Hope this helps

Thank you @Hannes. For now, I think we can live with the first solution.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.