OK this is what you do
Administrator >>> Templates >>> Admin templates ... styles
Click for files ... override tab
Modules column ... click mod-login
Message will tell you the location of the override file
/administrator/templates/your_child_template/html/mod_login/default.php
Edit that file
Remove (around line 115 - 127)
Administrator >>> Templates >>> Admin templates ... styles
Click for files ... override tab
Modules column ... click mod-login
Message will tell you the location of the override file
/administrator/templates/your_child_template/html/mod_login/default.php
Edit that file
Remove (around line 115 - 127)
Code:
<div class="text-center"> <div> <?php echo HTMLHelper::link( Text::_('MOD_LOGIN_CREDENTIALS_LINK'), Text::_('MOD_LOGIN_CREDENTIALS'), [ 'target' => '_blank', 'rel' => 'noopener nofollow', 'title' => Text::sprintf('JBROWSERTARGET_NEW_TITLE', Text::_('MOD_LOGIN_CREDENTIALS')) ] ); ?> </div></div>
Statistics: Posted by Webdongle — Wed Aug 21, 2024 2:37 pm