Add custom text to the Login Page

Permalink
Hello

I want to add some text to a site's login page, a line or two above where the Username is.

I've tried searching but seem to be finding posts which are quite old or when someone wants to edit the whole page's layout.

The page i would like to edit it actionplanning.co.uk/login
I can see it's a single page which doesn't have a template, but i'm not sure where to add text in the back end.

Thank you in advance!
Laura

 
hutman replied on at Permalink Reply
hutman
In order to edit that page you will need to copy the template from concrete/authentication/concrete/form.php to application/authentication/concrete/form.php and add the text that you want into that template.
lauraslater replied on at Permalink Reply
Hi

Thank you! That pointed me in the correct direction, i actually managed to update the text in updates/concrete5-8.2.1_remote_updater/concrete/authentication/concrete/form.php

But i wouldn't have found it without your guidance so thanks again!
Laura
hutman replied on at Permalink Reply
hutman
By updating it there your updates will get wiped out every time you upgrade your site, it is very discouraged to change anything in the concrete directory.