Featured Post

Applying Email Validation to a JavaFX TextField Using Binding

This example uses the same controller as in a previous post but adds a use case to support email validation.  A Commons Validator object is ...

Monday, March 12, 2012

Disabling Guest Access in Alfresco 4.0

Instead of modifying an XML file, you can use the toplevel alfresco-global.properties file.  Add the following line

alfresco.authentication.allowGuestLogin=false

No comments:

Post a Comment