How To Edit Log In Page

The article will describe how to edit the text which is located on Re:Desk log in page and the whole page template in overall.

The log in page texts (and whole texts of the software) are located inside the languages files of the software. For instance, if you need to edit them in English, you need to open the following file of your installed Re:Desk:

YOUR_RE_DESK\protected\messages\en\app.php

Then you can copy any phrase of the text you need to edit on the page and find it in this file by any search feature of any file editor. The text you will find in the language file will be a value of language variable, so you will just need to change the text, save the file and the new text will appear on your log in page. You can add any information to log in page by this way.

To edit the template of the log in page you need to edit the following file:

YOUR_RE_DESK\protected\modules\user\views\user\login.php

Loading...