Liferay Portal 6.1 - User Guide
| Download PDF | Purchase Print Book |
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
| Download PDF | Purchase Print Book |
This sets the default web id. Omniadmin users must belong to the company with this web id.
company.default.web.id=liferay.com
This sets the default home URL of the portal.
company.default.home.url=/web/guest
This sets the default locale of the portal.
company.default.locale=en_US
This sets the default time zone of the portal.
company.default.time.zone=GMT
Set this to the appropriate encryption algorithm to be used for company level encryption algorithms (except password encryption which is defined via the property passwords.encryption.algorithm).
If you change this setting, you may need to also change the property company.encryption.key.size to configure the desired encryption key size.
For more details about encryption keys, see the Java Cryptography Extension documentation.
Examples:
company.encryption.algorithm=AES
company.encryption.algorithm=ARCFOUR
company.encryption.algorithm=Blowfish
company.encryption.algorithm=DES
company.encryption.algorithm=DESede
company.encryption.algorithm=HmacMD5
company.encryption.algorithm=HmacSHA1
company.encryption.algorithm=HmacSHA256
company.encryption.algorithm=HmacSHA384
company.encryption.algorithm=HmacSHA512
company.encryption.algorithm=RC2
Set this to define the size used for the company wide encryption key. If you change this setting, you may need to also change the property company.encryption.algorithm to ensure the algorithm supports your key size.
For more details about supported key sizes for encryption keys, see the Java Cryptography Extension documentation
Examples:
company.encryption.key.size=56
company.encryption.key.size=128
company.encryption.key.size=168
company.encryption.key.size=256
company.encryption.key.size=384
company.encryption.key.size=512
The login field is prepopulated with the company’s domain name if the login is unpopulated and user authentication is based on email addresses.
Set this to false to disable the behavior.
company.login.prepopulate.domain=true
The portal can authenticate users based on their email address, screen name, or user id.
company.security.auth.type=emailAddress
company.security.auth.type=screenName
company.security.auth.type=userId
Set this to true to ensure users login with https. If this is set to true and you want your HTTP session to contain your credentials after logging in, then the property session.enable.phishing.protection must be set to false or your credentials will only be available in the HTTPS session.
company.security.auth.requires.https=false
Set this to true to allow users to select the remember me feature to automatically login to the portal.
company.security.auto.login=true
Set this to the maximum age (in number of seconds) of the browser cookie that enables the remember me feature. A value of 31536000 signifies lifespan of one year. A value of -1 signifies a lifespan of a browser session.
Rather than setting this to 0, set the property company.security.auto.login to false to disable the “remember me” feature.
company.security.auto.login.max.age=31536000
Set this to true to allow users to ask the portal to send them their password.
company.security.send.password=true
Set this to true to allow users to ask the portal to send them a password reset link.
company.security.send.password.reset.link=true
Set this to true to allow strangers to create accounts and register themselves on the portal.
company.security.strangers=true
Enter a friendly URL of a page that will be used to create new accounts whenever the user clicks the create account link in the login portlet. This allows providing custom portlets to create accounts. By default, the portal’s create account will be used.
Example:
company.security.strangers.url=/create_account
Set this to true if strangers can create accounts with email addresses that match the company mail suffix. This property is not used unless company.security.strangers is also set to true.
company.security.strangers.with.mx=true
Set this to true if strangers who create accounts need to be verified via email.
company.security.strangers.verify=false
Set this to true to allow site administrators to use their own logo instead of the enterprise logo.
company.security.site.logo=true
Input a list of sections that will be included as part of the company settings form.
company.settings.form.configuration=general,authentication,users,mail-host-names,email-notifications
company.settings.form.identification=addresses,phone-numbers,additional-email-addresses,websites
company.settings.form.miscellaneous=display-settings,google-apps