Template:POAPleskConfig: Difference between revisions
From Open-Xchange
(Created page with "In <tt>/opt/open-xchange/etc/sessiond.properties</tt> set com.openexchange.sessiond.autologin=true If not, users will get the message ''The action "store" is disabled due t...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
Open-Xchange via POA. | Open-Xchange via POA. | ||
In <tt>/opt/open-xchange/etc/login.properties</tt> add the new setting | |||
com.openexchange.login.formLoginWithoutAuthId=true | |||
In <tt>/opt/open-xchange/etc/plugin/hosting.properties</tt> set | |||
CHECK_CONTEXT_LOGIN_MAPPING_REGEXP=[$%:\\.+a-zA-Z0-9@_\\/\\|-] | |||
In <tt>/opt/open-xchange/etc/AdminUser.properties</tt> set | |||
PRIMARY_MAIL_UNCHANGEABLE=false | |||
Latest revision as of 08:53, 15 September 2016
In /opt/open-xchange/etc/sessiond.properties set
com.openexchange.sessiond.autologin=true
If not, users will get the message The action "store" is disabled due to server configuration when they directly access Open-Xchange via POA.
In /opt/open-xchange/etc/login.properties add the new setting
com.openexchange.login.formLoginWithoutAuthId=true
In /opt/open-xchange/etc/plugin/hosting.properties set
CHECK_CONTEXT_LOGIN_MAPPING_REGEXP=[$%:\\.+a-zA-Z0-9@_\\/\\|-]
In /opt/open-xchange/etc/AdminUser.properties set
PRIMARY_MAIL_UNCHANGEABLE=false