cancel
Showing results for 
Search instead for 
Did you mean: 

Disable 'Guest Login' on Alfresco 3.2 CE

luckyo
Champ in-the-making
Champ in-the-making
Dear all,

I try to disable guest page by

({ALFRESCO-APP}/WEB-INF/classes/alfresco/subsystems/Authentication/alfresco/alfresco-authentication.properties)
change "alfresco.authentication.allowGuestLogin=true" ==> "alfresco.authentication.allowGuestLogin=false"

However when I restart tomcat and see the result. The guest is not disabled. :cry:

So if anybody can solve this problem in Alfresco 3.2 CE, or give me some suggestion or else.

I say Very Thank you ^0^

***
I have ever disable guest page in Alfresco 3Statble , it works fine.  Smiley Very Happy


Thank you in Advance again.
great
2 REPLIES 2

dward
Champ on-the-rise
Champ on-the-rise
By default, the subsystem called "alfresco" is not in use. In fact it will probably be deprecated/removed in a future release. The "alfrescoNtlm" subsystem has all the features of "alfresco" except that it also supports optional SSO features.

Anyway, don't try to configure a subsystem this way. Just put

alfresco.authentication.allowGuestLogin=false

in alfresco-global.properties.

See http://wiki.alfresco.com/wiki/Repository_Configuration#Global_Property_Overrides and http://wiki.alfresco.com/wiki/Alfresco_Subsystems#Configuring_Subsystems

luckyo
Champ in-the-making
Champ in-the-making
Dear dward,


Thank you a lot of ton about good advisement and get me to right direction.  Smiley Very Happy

Thank you.
great