mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-07 07:19:11 +00:00
173 lines
6 KiB
Smarty
Executable file
173 lines
6 KiB
Smarty
Executable file
{*
|
|
/**
|
|
*
|
|
* SugarCRM Community Edition is a customer relationship management program developed by
|
|
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
|
|
*
|
|
* SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd.
|
|
* Copyright (C) 2011 - 2018 SalesAgility Ltd.
|
|
*
|
|
* 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 and "Supercharged by SuiteCRM" logo. If the display of the logos is not
|
|
* reasonably feasible for technical reasons, the Appropriate Legal Notices must
|
|
* display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM".
|
|
*/
|
|
*}
|
|
{literal}
|
|
<script type='text/javascript'>
|
|
<!--
|
|
var ERR_RULES_NOT_MET = '{/literal}{$MOD.ERR_RULES_NOT_MET}{literal}';
|
|
var ERR_ENTER_OLD_PASSWORD = '{/literal}{$MOD.ERR_ENTER_OLD_PASSWORD}{literal}';
|
|
var ERR_ENTER_NEW_PASSWORD = '{/literal}{$MOD.ERR_ENTER_NEW_PASSWORD}{literal}';
|
|
var ERR_ENTER_CONFIRMATION_PASSWORD = '{/literal}{$MOD.ERR_ENTER_CONFIRMATION_PASSWORD}{literal}';
|
|
var ERR_REENTER_PASSWORDS = '{/literal}{$MOD.ERR_REENTER_PASSWORDS}{literal}';
|
|
-->
|
|
</script>
|
|
<script type='text/javascript' src='{/literal}{sugar_getjspath file="modules/Users/PasswordRequirementBox.js"}{literal}'></script>
|
|
<style type="text/css">
|
|
<!--
|
|
.body
|
|
{
|
|
font-size: 12px;
|
|
}
|
|
|
|
.buttonLogin
|
|
{
|
|
border: 1px solid #444444;
|
|
font-size: 11px;
|
|
color: #ffffff;
|
|
background-color: #666666;
|
|
font-weight: bold;
|
|
}
|
|
|
|
table.tabForm td
|
|
{
|
|
border: none;
|
|
}
|
|
|
|
p
|
|
{
|
|
MARGIN-TOP: 0px;
|
|
MARGIN-BOTTOM: 10px;
|
|
}
|
|
|
|
form
|
|
{
|
|
margin: 0px;
|
|
}
|
|
|
|
#recaptcha_image
|
|
{
|
|
height: 47.5px !important;
|
|
width: 250px !important;
|
|
}
|
|
|
|
#recaptcha_image img
|
|
{
|
|
height: 47.5px;
|
|
width: 250px;
|
|
}
|
|
-->
|
|
</style>
|
|
{/literal}
|
|
|
|
<form action="index.php" method="post" name="ChangePasswordForm" id="ChangePasswordForm" onsubmit="return document.getElementById('cant_login').value == ''">
|
|
<table cellpadding="0" align="center" width="100%" cellspacing="0" border="0">
|
|
<tr>
|
|
<td>
|
|
<table cellpadding="0" cellspacing="0" border="0" align="center">
|
|
<tr>
|
|
<td style="padding-bottom: 10px;" >
|
|
<img src="{$sugar_md}" alt="SuiteCRM" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center">
|
|
|
|
<table cellpadding="0" cellspacing="2" border="0" align="center" width="100%" class="edit view">
|
|
<tr>
|
|
<td colspan="2" width="100%" style="font-size: 12px; padding-bottom: 5px; font-weight: normal;">{$INSTRUCTION}</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" width="100%" style="font-size: 12px; padding-bottom: 5px; font-weight: normal; color: red;">{$ERRORS}</td>
|
|
</tr>
|
|
<input type="hidden" name="entryPoint" value="{$ENTRY_POINT}" />
|
|
<input type='hidden' name='action' value="{$ACTION}" />
|
|
<input type='hidden' name='module' value="{$MODULE}" />
|
|
<input type="hidden" name="guid" value="{$GUID}" />
|
|
<input type="hidden" name="key" value="{$KEY}" />
|
|
<input type="hidden" name="return_module" value="Home" />
|
|
<input type="hidden" name="login" value="1" />
|
|
<input type="hidden" name="is_admin" value="{$IS_ADMIN}" />
|
|
<input type="hidden" name="cant_login" id="cant_login" value="" />
|
|
<input type="hidden" name="old_password" id="old_password" value="" />
|
|
<input type="hidden" name="password_change" id="password_change" value="true" />
|
|
<input type="hidden" value="" name="username_password" id="username_password" />
|
|
<input type="hidden" name="page" value="Change" />
|
|
<input type="hidden" name="return_id" value="{$ID}" />
|
|
<input type="hidden" name="return_action" value="{$return_action}" />
|
|
<input type="hidden" name="record" value="{$ID}" />
|
|
<input type="hidden" name="user_name" value="{$USER_NAME}" />
|
|
<input type='hidden' name='saveConfig' value='0' />
|
|
<tr>
|
|
<td colspan='2'><span id='post_error' class="error">{$EXPIRATION_TYPE} </span></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
{if $OLD_PASSWORD_FIELD == '' && $USERNAME_FIELD == '' }
|
|
<td width="30%"></td><td></td>
|
|
{/if}
|
|
{$OLD_PASSWORD_FIELD}
|
|
{$USERNAME_FIELD}
|
|
</tr>
|
|
<tr>
|
|
<td scope="row">{$MOD.LBL_NEW_PASSWORD}:</td>
|
|
<td width="30%">
|
|
<input type="password" size="26" tabindex="2" id="new_password" name="new_password" value="" onkeyup="password_confirmation();newrules('{$PWDSETTINGS.minpwdlength}','{$PWDSETTINGS.maxpwdlength}','{$REGEX}');" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td scope="row">{$MOD.LBL_NEW_PASSWORD2}:</td>
|
|
<td width="30%">
|
|
<input type="password" size="26" tabindex="2" id="confirm_pwd" name="confirm_pwd" value="" onkeyup="password_confirmation();" /> <div id="comfirm_pwd_match" class="error" style="display: none;">{$MOD.LBL_PASSWORD_MIS_MATCH}</div></td>
|
|
</tr>
|
|
<tr>
|
|
<td>{$CAPTCHA}</td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td>
|
|
{$SUBMIT_BUTTON}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|