Where is do_login page?

Permalink
I have changed an attribute in my site registration form. Now any existing users who sign in are redirected to a page with the path /index.php/login/do_login/ where they are asked to add their information to the new form field. I need to locate the file for this page in order to make a change to its sign in button. Does anyone know where I can locate this please?

Thanks,
Olly

 
PineCreativeLabs replied on at Permalink Best Answer Reply
PineCreativeLabs
There is no specific file for do_login. It is part of the login single page. Here is the file you need to edit:

/concrete/single_pages/login.php

Then, lines 89 - 110 (approximately) are where you'll find what you need to edit. Specifically, in concrete 5.5.2.1, it is on line 109.

Hope this helps?
olivercoquelin replied on at Permalink Reply
Great! Thanks.