| Posted by | Messages text |
|---|---|
![]() Total post : 2 Profile |
Written on : 15/05/2009 09:23 ( more than one month ) Object : Using the User Management to access different site on same server I am working on www.schoolimprovement.vic.edu.au which is split into TWO different sections. I want to add a third section, that being this DoceboLMS system. Is there a way i can password protect all three sites with the user management system within DoceboLMS? Very interested to hear your thoughts and advise on how i could do this. Regards James Anderson |
![]() Total post : 23 Profile |
Written on : 16/06/2009 01:13 ( more than one month ) Object : Re: Using the User Management to access different site on same server You will need to dig into the PHP code to determine how best to change the menu structure. I added a menu item to permit a jump to the CMS from the LMS and I expect you could do the same for your two external applications. You will also need export the user id as part of the redirect. Here are the steps I performed: -------------------------------- How to create a menu level link going to the CMS from the LMS system. -------------------------------- |