2
Hi,
you need to edit the template - (system_block_login.html). To do that, you hhave some options:
-use theme override available in XOOPS 2.0.14+. You can learn about it here
https://xoops.org/modules/news/article.php?storyid=3367or
-clone the 'default' template set in administration menu -> system admin -> templates 'clone' - eneter new name and submit.
then go to preferences -> general settings and set 'Default template set' to the new one, scroll down and submit.
go back to templates, list system templates and edit 'system_block_login.html'
clear templates cache (delete all files except index.html in templates_c folder)
or
you can edit the system_block_login.html file in XOOPS_ROOT/modules/system/templates/blocks
and update system module in admin and clear templates cache.