Hi guys
How do I get rid of the register & lost password on the login form on Edugeek Joomla?
Z

Hi guys
How do I get rid of the register & lost password on the login form on Edugeek Joomla?
Z
Last edited by FN-GM; 25th June 2008 at 02:47 PM.

Quick Update i have managed to get rid of register but not lost password.
Thanks
Z
In the backend admin goto Site > Global Configuration and set "Allow User Registration:" to no. This will remove the register link.
To remove the lost password link you will neet to remove the following code from the file "mod_login.php" located in the modules folder.
Code:"<a href="<?php echo sefRelToAbs( 'index.php?option=com_registration&task=lostPassword' ); ?>"> <?php echo _LOST_PASSWORD; ?></a>"

Ok thanks, that’s a job for Monday when i can get into the servers files. Also how do i get rid of the "Remember me" tick box please?
Thanks allot
Z
Again editing the "mod_login.php" file try changing
toCode:<input type="checkbox" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />
Code:<input type="hidden" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />

Cheers will try on Monday
Z

Thanks SYSMAN_MK spot on, but one thing. The one with the remember me the checkbox has gone but it still says remember me how do i get rid of that as well please?
Thank you
Doesn't matter done it! I removed this code
<input type="hidden" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />
<label for="mod_login_remember">
<?php echo _REMEMBER_ME; ?>
There are currently 1 users browsing this thread. (0 members and 1 guests)