
And in my last para (starting 'Specifically...') I also told you precisely what I had already done, which seems to me to be exactly what you've just told me to do. So either I must be misunderstanding, or something isn't working properly.I do still need to know the location of the template override for the CB Login page, because I also want to alter the page ordering (to shift the Register link to the top of the page).
Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.

Specifically, I used joomla 5's template override system as follows: System > templates > site templates > template override > [template name (Cassiopeia)] >
To repeat, editing this php does not alter the way my CB login page renders at all.
- Create Overrides tab > mod_cblogin
- Edit overrides tab : Modules > html/mod_cblogin/default.php
I've proved that the page is definitely owned by the CB login module, because it alters in other ways when I configure the CB Login module.
Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.

Sure, but instead of risking breaking installs and causing backwards compatibility issues it was decided we'd just isolate the template files for their target versions instead.Given all the files only have slight differences, surely it would have been possible to have one bootstrap.php file and, wherever slight version-specific differences were needed, branch dependent on Joomla version (defaulting to the latest version for unrecognized future versions).
Please Log in or Create an account to join the conversation.