Login Page text edit

Can someone tell me what file edits the title for the login page. I don’t want to no display the css file. I want to change the actual title “LOG IN TO”. Again I do not want to hide the css file. I want to change the actual text and I don’t know which file controls this title.

Hi @seanb,

The login challenge form is a Vue Component and comes to you as compiled in javascript:

dist/core-login.js

The source files for that form are mostly here:

The form is displayed using l10n files in 29 different languages, depending on the browser settings.

So if you want to change such parts, then you have to checkout the server core from github, make your changes, create the 29 translations and compile it.

And don’t forget to stay up to date, so any time you want to update your server, you have to do it from scratch again.


Much and good luck,
ernolf

I noticed that and there is one problem. I don’t have a src folder in my core directory. Not sure how I’m suppose to find these files. I’m using v29 of nextcloud.

No of course not. That is why I explained, that you have to checkout the sourcecode as described → here ←

Then you have to make your changes and run npm to (re-)compile the javascript.

Everything is → well documented ←


ernolf

:+1:t3: Let you know