By Marcus Roskill on Thursday, 30 May 2019
Posted in General
Replies 3
Likes 0
Views 704
Votes 0
Hi guys,

How do I go about removing "I forgot my username" link on the log-in page? See attached screenshot.

Thanks
Katie
Hey Marcus,

You can choose not to show "I forgot my username" by doing this from your site backend > Components > EasySocial > Settings > Users > Authentication > enable Use Email as Username > save your changes.

By the way, it looks like your EasySocial subscription has expired and in order for you to continue requesting for support, we would appreciate if you continue to subscription.
·
Friday, 31 May 2019 11:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

We have now renewed.

I don't want to turn off usernames, i just want to remove that link from the log-in page please.

Thanks
Katie
·
Friday, 31 May 2019 22:12
·
0 Likes
·
0 Votes
·
0 Comments
·
You can modify this file JoomlaFolder/components/com_easysocial/themes/wireframe/helpers/html/login.php


<a href="<?php echo ESR::account(array('layout' => 'forgetUsername'));?>"> <?php echo JText::_('COM_EASYSOCIAL_LOGIN_FORGOT_USERNAME');?></a> /

·
Friday, 31 May 2019 23:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post