-
AuthorPosts
-
February 16, 2013 at 12:20 pm #185009
I can’t figure out how removing “Forgot your password” and “Forgot your username” from JA Login windows. I hope is possible to do that whitout touching the core code.
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 16, 2013 at 1:21 pm #483643Hi
Check this file modulesmod_jalogintmplDefault.php
[PHP]<ul>
<li>
<a href=”<?php echo JRoute::_(‘index.php?option=com_users&view=reset’); ?>”>
<?php echo JText::_(‘FORGOT_YOUR_PASSWORD’); ?></a>
</li>
<li>
<a href=”<?php echo JRoute::_(‘index.php?option=com_users&view=remind’); ?>”>
<?php echo JText::_(‘FORGOT_YOUR_USERNAME’); ?></a>
</li>[/PHP]You can comment that portion of code
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by pavit 11 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove "Forgot your password" and "Forgot your username" from JA Login windows
Viewing 2 posts - 1 through 2 (of 2 total)