Results 1 to 4 of 4

Thread: Login to home page

  1. #1
    whitewidow is offline Sugar Community Member
    Join Date
    Jun 2010
    Posts
    68

    Default Login to home page

    Is there any way that I can set Sugar to automatically login to the home page when logging in?

    I have some users that when they login, it logs them in to a module they don't have access too.

    Hope this makes sense

    Thanks

  2. #2
    davidboris is offline Sugar Community Member
    Join Date
    May 2010
    Posts
    1,113

    Default Re: Login to home page

    Hi,

    Check if those users have configured module sequence from their account?
    Thumbs up.

    Skype ID - david__boris

    SugarForge Projects:

    WYSIWYG now in studio!(Version 1.1 is out now!)

    Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.

    Fab Tools! > Dashlet Not Followed Opportunities for past six Months

  3. #3
    abhax's Avatar
    abhax is offline Senior Member
    Join Date
    Jun 2010
    Location
    India
    Posts
    65

    Smile Re: Login to home page

    Hi,

    Look into the modules/Users/Authenticate.php
    this is where all the redirection take place.


    PHP Code:
     if(!empty($modListHeader[$idx])){
                
    $module '?module='.$modListHeader[$idx];
                
    $action '&action=index';
                
    $record '';
            } 
    Looks for the value that it is returning when the user logs in for the module to redirect too...
    This file can be easily made upgrade safe too...

    just copy this file to custom/modules/Users/Authenticate.php



    Hope it is helpful !!!
    If It Is To Be, It Is Up To Me

  4. #4
    shailendra001's Avatar
    shailendra001 is offline A Prolific Poster
    Join Date
    Oct 2008
    Location
    Bangalore India
    Posts
    255

    Smile Re: Login to home page

    Quote Originally Posted by whitewidow View Post
    Is there any way that I can set Sugar to automatically login to the home page when logging in?

    I have some users that when they login, it logs them in to a module they don't have access too.

    Hope this makes sense

    Thanks
    Hi!

    Go to admin->User management ->select User ->Edit -> serch for Layout option -> keep module "Home" at first position ( use arrow button to do it ) .



    Regards
    Shailendra
    Last edited by shailendra001; 2010-08-13 at 07:45 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. home page goes blank after login
    By dsuvankar in forum Developer Help
    Replies: 2
    Last Post: 2010-03-19, 01:07 PM
  2. Blank Page - Home page & no options to rebuild
    By ericd in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2009-09-27, 07:30 AM
  3. Blank home page, Admin page works
    By daz in forum Installation and Upgrade Help
    Replies: 8
    Last Post: 2009-01-27, 07:07 PM
  4. Replies: 4
    Last Post: 2007-10-12, 09:50 AM
  5. Blank Home Page and Calendar Page
    By mjag39 in forum Help
    Replies: 0
    Last Post: 2007-01-16, 02:41 AM

Bookmarks

Posting Permissions

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