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
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,
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
Hi,
Look into the modules/Users/Authenticate.php
this is where all the redirection take place.
Looks for the value that it is returning when the user logs in for the module to redirect too...PHP Code:if(!empty($modListHeader[$idx])){
$module = '?module='.$modListHeader[$idx];
$action = '&action=index';
$record = '';
}
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
Last edited by shailendra001; 2010-08-13 at 07:45 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks