cancel
Showing results for 
Search instead for 
Did you mean: 

Change User Start Page

buddyfarr
Champ in-the-making
Champ in-the-making
When an end user logs in they go to the "Getting Started" page. I have found in the user profile section that I can change the start page to go to 1 of 4 different locations:

My Alfresco
My Home
Company Home
Guest Home

What I want to do is force the start page to start inside another space underneath the Company Home. So when they login they would automatically start inside this new space:

Company Home> New Space Name

Is there a way to do that?
14 REPLIES 14

david_labbe
Champ in-the-making
Champ in-the-making
Hi all,

I have a similar question:

I have customised the jsp for the login page and also for a number of other pages (dashboards…). These reside in the jsp/extension location. However, when the user first goes into http://myhost.mydomain:8080/alfresco, the "old" container jsp shows up, thus without the customisation.

Is it possible:
a - To bypass altogether the "guest" page and force the suer straight into the login page?
b - If one wanted to keep the guest page, to ensure it displays the customised container jsp?

thank you in advance for your help.

David

david_labbe
Champ in-the-making
Champ in-the-making
Anybody??

ed-0x1b
Champ in-the-making
Champ in-the-making
David,

I followed Zaizi's advice and blocked the guest from logging in. That change has made the login prompt the first thing presented by Alfresco.
I have an Apache server fronting a Tomcat based Alfresco 3.3 community edition using Rewrite.

Re: Remove Guest User

Postby zaizi » 19 May 2010, 16:06
Have you tried the wiki: http://wiki.alfresco.com/wiki/Alfresco_ … Subsystems
aka wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems

>>>> Set alfresco.authentication.allowGuestLogin=false in alfresco-global.properties.

just add that "alf…=false" setting to the end of the file.

edit>>>> by bad - a cache got me - this does nothing, everyone is still dragged through the "guest" account's dashboard before getting the opportunity to log in properly - sorry
I think the solution "may" be to call the alfresco/jsp/login.jsp directly - any faces experts out there? if only I could designate it as the DirectoryIndex in Apache's config - no joy so far.

I would think that setting the guest account login to false would stop the display of the guest folders - and force the login to be shown first. imho

david_labbe
Champ in-the-making
Champ in-the-making
I would think that setting the guest account login to false would stop the display of the guest folders - and force the login to be shown first. imho

I agree. I don't really want any bob dick or harry to see anything unless they are registered users.

abdelali7891
Champ in-the-making
Champ in-the-making
Hi all! …
It's possible to configure alfresco in a way that when a user writes http://myhost.mydomain:8080/alfresco it gets the login page??
(http://myhost.mydomain:8080/alfresco/faces/jsp/login.jsp)
There's an easy way to configure this??
Thanks!

João Duarte


try the .htaccess file ( mod_rewrite must be on )