+ Post New Thread
Results 1 to 7 of 7
EduGeek Joomla 1.0 Package Thread, Get rid of register and lost password in Projects:; Hi guys How do I get rid of the register & lost password on the login form on Edugeek Joomla? ...
  1. #1

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,829
    Blog Entries
    6
    Thank Post
    591
    Thanked 1,040 Times in 918 Posts
    Rep Power
    223

    Get rid of register and lost password

    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.

  2. IDG Tech News

  3. #2

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,829
    Blog Entries
    6
    Thank Post
    591
    Thanked 1,040 Times in 918 Posts
    Rep Power
    223

    Re: Get rid of register and lost password

    Quick Update i have managed to get rid of register but not lost password.

    Thanks

    Z

  4. #3
    Guest

    Re: Get rid of register and lost password

    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&amp;task=lostPassword' ); ?>">
                <?php echo _LOST_PASSWORD; ?></a>"

  5. #4

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,829
    Blog Entries
    6
    Thank Post
    591
    Thanked 1,040 Times in 918 Posts
    Rep Power
    223

    Re: Get rid of register and lost password

    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

  6. #5
    Guest

    Re: Get rid of register and lost password

    Again editing the "mod_login.php" file try changing

    Code:
    <input type="checkbox" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />
    to

    Code:
    <input type="hidden" name="remember" id="mod_login_remember" class="inputbox" value="yes" alt="Remember Me" />

  7. #6

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,829
    Blog Entries
    6
    Thank Post
    591
    Thanked 1,040 Times in 918 Posts
    Rep Power
    223

    Re: Get rid of register and lost password

    Cheers will try on Monday

    Z

  8. #7

    FN-GM's Avatar
    Join Date
    Jun 2007
    Location
    UK
    Posts
    11,829
    Blog Entries
    6
    Thank Post
    591
    Thanked 1,040 Times in 918 Posts
    Rep Power
    223

    Re: Get rid of register and lost password

    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; ?>

SHARE:
+ Post New Thread

Similar Threads

  1. Register Scanners
    By Scruff in forum Hardware
    Replies: 4
    Last Post: 4th June 2007, 05:12 PM
  2. SIMS Equipment Register
    By Ully in forum MIS Systems
    Replies: 2
    Last Post: 10th December 2006, 08:02 PM
  3. The Register amusing story
    By ChrisH in forum General Chat
    Replies: 3
    Last Post: 14th March 2006, 03:40 PM

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •