I do not understand why I can not add users to a site. I go in the section "invite" but nobody is listed although I has created four users. It can be a configuration error? Here's my alfresco-global.properties:
############################### ## Common Alfresco Properties # ###############################
# # Sample custom content and index data location # dir.root=D:/Database/alf_data #dir.keystore=${dir.root}/keystore
# # Windows specific environment variables (should not be set on unix) for ImageMagick # #img.coders=${img.root}/modules/coders #img.config=${img.root}/config #img.gslib=${img.root}/lib
# # Property to control whether schema updates are performed automatically. # Updates must be enabled during upgrades as, apart from the static upgrade scripts, # there are also auto-generated update scripts that will need to be executed. After # upgrading to a new version, this can be disabled. # db.schema.update=true
# # MySQL connection # #db.driver=org.gjt.mm.mysql.Driver #db.url=jdbc:mysql://localhost/alfresco?useUnicode=yes&characterEncoding=UTF-8
# # DB2 connection # #db.driver=com.ibm.db2.jcc.DB2Driver #db.url=jdbc:db2://localhost:50000/alfresco:retrieveMessagesFromServerOnGetMessage=true; # # When schema is used which does not match DB2 username then currentSchema and hibernate.default_schema should be set #db.url=jdbc:db2://localhost:50000/alfresco:retrieveMessagesFromServerOnGetMessage=true;currentSchema=${hibernate.default_schema}; #hibernate.default_schema=SAMPLE_SCHEMA
# # Index Recovery Mode #————- index.recovery.mode=AUTO
# # Alfresco Email Service and Email Server #————-
# Enable/Disable the inbound email service. The service could be used by processes other than # the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service. #————- #email.inbound.enabled=true
# Email Server properties #————- #email.server.enabled=true #email.server.port=25 #email.server.domain=alfresco.com #email.inbound.unknownUser=anonymous
# A comma separated list of email REGEX patterns of allowed senders. # If there are any values in the list then all sender email addresses # must match. For example: # .*\@alfresco\.com, .*\@alfresco\.org # Allow anyone: #————- #email.server.allowed.senders=.*
# # URL Generation Parameters (The ${localname} token is replaced by the local server name) #————- #alfresco.context=alfresco #alfresco.host=${localname} #alfresco.port=8080 #alfresco.protocol=http # #share.context=share #share.host=${localname} #share.port=8080 #share.protocol=http
# Default value of alfresco.rmi.services.host is 0.0.0.0 which means 'listen on all adapters'. # This allows connections to JMX both remotely and locally. # alfresco.rmi.services.host=0.0.0.0
# # # Assign individual ports for each service for best performance # or run several services on the same port. You can even run everything on 50500 if needed. # # Select 0 to use a random unused port. # #monitor.rmi.service.port=50508