-
AuthorPosts
-
August 5, 2008 at 10:42 am #131801
Hi
On the login screen which pops up, where the username is entered underneath this there is the option which states ‘Forgot Your Password?’, underneath the password option/box there is the option ‘Forgot Your Username?’ – can these be swapped around so that underneath the username box it says forgot your username and vice versa?Picture attached
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 6, 2008 at 10:24 am #264081Hi
you can edit default.php(templatesja_teline_iihtmlmod_login folder)
Search those lines:
<div class="ja-login-links">
<a href="<?php echo JRoute::_( 'index.php?option=com_user&view=reset' ); ?>">
<?php echo JText::_('FORGOT_YOUR_PASSWORD'); ?></a>
<a href="<?php echo JRoute::_( 'index.php?option=com_user&view=remind' ); ?>">
<?php echo JText::_('FORGOT_YOUR_USERNAME'); ?></a>
</div>
Change to
<div class="ja-login-links">
<a href="<?php echo JRoute::_( 'index.php?option=com_user&view=remind' ); ?>">
<?php echo JText::_('FORGOT_YOUR_USERNAME'); ?></a>
<a href="<?php echo JRoute::_( 'index.php?option=com_user&view=reset' ); ?>">
<?php echo JText::_('FORGOT_YOUR_PASSWORD'); ?></a></div>
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Sherlock 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Mistake in Username and Password Login
Viewing 2 posts - 1 through 2 (of 2 total)