How to customize the page that login to the panel?

Now I add the default language to site, But the language of the login page has not changed.
And I want to modify the page’s interface, such as title, logo, style …

The language of the login interface is set via the panel config setting:

You can create a custom login view:

https://getkirby.com/docs/reference/plugins/extensions/panel-login

(Don’t know if that’s overkill or how to reuse the main view stuff and just add a logo etc.)

The alternative would be a custom Panel stylesheet and you could even manipulate the DOM with some Panel JS maybe to add the logo and title…

1 Like

dear sonja, the links dont work anymore. can you please lead me to current relevant information about this? i solved if via css at the moment, and it might be enough, but just in case i wanted to know how to rework the login view.

1 Like