{* /********************************************************************************* * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU Affero General Public License version 3. * * In accordance with Section 7(b) of the GNU Affero General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * "Powered by SugarCRM". ********************************************************************************/ *}
{$error.main}
 
{if !($config.passwordsetting.SystemGeneratedPasswordON)} {assign var='smtp_warning' value='none'} {/if}

{$MOD.LBL_PASSWORD_SYST_GENERATED_TITLE}

{$MOD.LBL_PASSWORD_SYST_GENERATED_PWD_ON}: {sugar_help text=$MOD.LBL_PASSWORD_SYST_GENERATED_PWD_HELP WIDTH=400} {if ($config.passwordsetting.SystemGeneratedPasswordON ) == '1'} {assign var='SystemGeneratedPasswordON' value='CHECKED'} {else} {assign var='SystemGeneratedPasswordON' value=''} {/if}
{if $SMTP_SERVER_NOT_SET}    {$MOD.ERR_SMTP_SERVER_NOT_SET}
{/if}     {$MOD.LBL_EMAIL_ADDRESS_REQUIRED_FOR_FEATURE}
{$MOD.LBL_PASSWORD_SYST_EXPIRATION}
{assign var='systexplogin' value=''} {assign var='systexptime' value=''} {assign var='systexpnone' value=''} {if ($config.passwordsetting.systexpiration) == '0' || $config.passwordsetting.systexpiration==''} {assign var='systexpnone' value='CHECKED'} {/if} {if ($config.passwordsetting.systexpiration) == '1'} {assign var='systexptime' value='CHECKED'} {/if} {if ($config.passwordsetting.systexpiration) == '2'} {assign var='systexplogin' value='CHECKED'} {/if}
{$MOD.LBL_UW_NONE} {$MOD.LBL_PASSWORD_EXP_IN} {assign var='sdays' value=''} {assign var='sweeks' value=''} {assign var='smonths' value=''} {if ($config.passwordsetting.systexpirationtype ) == '1'} {assign var='sdays' value='SELECTED'} {/if} {if ($config.passwordsetting.systexpirationtype ) == '7'} {assign var='sweeks' value='SELECTED'} {/if} {if ($config.passwordsetting.systexpirationtype ) == '30'} {assign var='smonths' value='SELECTED'} {/if} {$MOD.LBL_PASSWORD_EXP_AFTER} {$MOD.LBL_PASSWORD_LOGINS}
{if !($config.passwordsetting.forgotpasswordON)} {assign var='smtp_warning_2' value='none'} {/if} {if !empty($settings.captcha_on) || !($VALID_PUBLIC_KEY)} {assign var='captcha_checked' value='CHECKED'} {else} {assign var='captcha_checked' value=''} {/if}

{$MOD.LBL_PASSWORD_USER_RESET}

{$MOD.LBL_PASSWORD_FORGOT_FEATURE}: {sugar_help text=$MOD.LBL_PASSWORD_FORGOT_FEATURE_HELP WIDTH=400} {if ($config.passwordsetting.forgotpasswordON ) == '1'} {assign var='forgotpasswordON' value='CHECKED'} {else} {assign var='forgotpasswordON' value=''} {/if}
{if $SMTP_SERVER_NOT_SET}    {$MOD.ERR_SMTP_SERVER_NOT_SET}
{/if}     {$MOD.LBL_EMAIL_ADDRESS_REQUIRED_FOR_FEATURE}
{$MOD.LBL_PASSWORD_LINK_EXPIRATION}: {sugar_help text=$MOD.LBL_PASSWORD_LINK_EXPIRATION_HELP WIDTH=400} {assign var='linkexptime' value=''} {assign var='linkexpnone' value=''} {if ($config.passwordsetting.linkexpiration) == '0'} {assign var='linkexpnone' value='CHECKED'} {/if} {if ($config.passwordsetting.linkexpiration) == '1'} {assign var='linkexptime' value='CHECKED'} {/if}
{$MOD.LBL_UW_NONE} {$MOD.LBL_PASSWORD_LINK_EXP_IN} {assign var='ldays' value=''} {assign var='lweeks' value=''} {assign var='lmonths' value=''} {if ($config.passwordsetting.linkexpirationtype ) == '1'} {assign var='ldays' value='SELECTED'} {/if} {if ($config.passwordsetting.linkexpirationtype ) == '60'} {assign var='lweeks' value='SELECTED'} {/if} {if ($config.passwordsetting.linkexpirationtype ) == '1440'} {assign var='lmonths' value='SELECTED'} {/if}
{$MOD.ENABLE_CAPTCHA}: {sugar_help text=$MOD.LBL_CAPTCHA_HELP_TEXT WIDTH=400}
{if !($VALID_PUBLIC_KEY)} {/if}
{$MOD.LBL_PUBLIC_KEY}* {$MOD.LBL_PRIVATE_KEY}*
{$MOD.ERR_PUBLIC_CAPTCHA_KEY}

{$MOD.LBL_PASSWORD_TEMPLATE}

{$MOD.LBL_PASSWORD_GENERATE_TEMPLATE_MSG}:
{$MOD.LBL_PASSWORD_LOST_TEMPLATE_MSG}:
{if !empty($settings.system_ldap_enabled)} {assign var='system_ldap_enabled_checked' value='CHECKED'} {assign var='ldap_display' value='inline'} {else} {assign var='system_ldap_enabled_checked' value=''} {assign var='ldap_display' value='none'} {/if}

{$MOD.LBL_LDAP_TITLE}

{$MOD.LBL_LDAP_ENABLE}{sugar_help text=$MOD.LBL_LDAP_HELP_TXT}   
{$settings.proxy_host} {$settings.proxy_port} {if !empty($settings.ldap_auto_create_users)} {assign var='ldap_auto_create_users_checked' value='CHECKED'} {else} {assign var='ldap_auto_create_users_checked' value=''} {/if}
{$MOD.LBL_LDAP_SERVER_HOSTNAME} {sugar_help text=$MOD.LBL_LDAP_SERVER_HOSTNAME_DESC} {$MOD.LBL_LDAP_SERVER_PORT} {sugar_help text=$MOD.LBL_LDAP_SERVER_PORT_DESC}
{$MOD.LBL_LDAP_USER_DN} {sugar_help text=$MOD.LBL_LDAP_USER_DN_DESC} {$MOD.LBL_LDAP_USER_FILTER} {sugar_help text=$MOD.LBL_LDAP_USER_FILTER_DESC}
{$MOD.LBL_LDAP_BIND_ATTRIBUTE} {sugar_help text=$MOD.LBL_LDAP_BIND_ATTRIBUTE_DESC} {$MOD.LBL_LDAP_LOGIN_ATTRIBUTE} {sugar_help text=$MOD.LBL_LDAP_LOGIN_ATTRIBUTE_DESC}
{$MOD.LBL_LDAP_GROUP_MEMBERSHIP} {sugar_help text=$MOD.LBL_LDAP_GROUP_MEMBERSHIP_DESC} {if !empty($settings.ldap_group)} {assign var='ldap_group_checked' value='CHECKED'} {assign var='ldap_group_display' value=''} {else} {assign var='ldap_group_checked' value=''} {assign var='ldap_group_display' value='none'} {/if}
{$MOD.LBL_LDAP_GROUP_DN} {sugar_help text=$MOD.LBL_LDAP_GROUP_DN_DESC} {$MOD.LBL_LDAP_GROUP_NAME} {sugar_help text=$MOD.LBL_LDAP_GROUP_NAME_DESC}
{$MOD.LBL_LDAP_GROUP_USER_ATTR} {sugar_help text=$MOD.LBL_LDAP_GROUP_USER_ATTR_DESC} {$MOD.LBL_LDAP_GROUP_ATTR} {sugar_help text=$MOD.LBL_LDAP_GROUP_ATTR_DESC}

{$MOD.LBL_LDAP_AUTHENTICATION} {sugar_help text=$MOD.LBL_LDAP_AUTHENTICATION_DESC} {if !empty($settings.ldap_authentication)} {assign var='ldap_authentication_checked' value='CHECKED'} {assign var='ldap_authentication_display' value=''} {else} {assign var='ldap_authentication_checked' value=''} {assign var='ldap_authentication_display' value='none'} {/if}
{$MOD.LBL_LDAP_ADMIN_USER} {sugar_help text=$MOD.LBL_LDAP_ADMIN_USER_DESC} {$MOD.LBL_LDAP_ADMIN_PASSWORD}

{$MOD.LBL_LDAP_AUTO_CREATE_USERS} {sugar_help text=$MOD.LBL_LDAP_AUTO_CREATE_USERS_DESC}
{$MOD.LBL_LDAP_ENC_KEY} {sugar_help text=$LDAP_ENC_KEY_DESC}
{if !empty($config.authenticationClass) && $config.authenticationClass === 'SAMLAuthenticate'} {assign var='saml_enabled_checked' value='CHECKED'} {assign var='saml_display' value='inline'} {else} {assign var='saml_enabled_checked' value=''} {assign var='saml_display' value='none'} {/if}

{$MOD.LBL_SAML_TITLE}

{$MOD.LBL_SAML_ENABLE}{sugar_help text=$MOD.LBL_SAML_HELP_TXT}   
{$settings.proxy_host}
{$MOD.LBL_SAML_LOGIN_URL} {sugar_help text=$MOD.LBL_SAML_LOGIN_URL_DESC}
{$MOD.LBL_SAML_CERT} {sugar_help text=$MOD.LBL_SAML_CERT_DESC}
 
{$JAVASCRIPT} {if !($VALID_PUBLIC_KEY)} {/if} {literal} {/literal}