Your IP : 172.70.127.67


Current Path : /var/www/element/data/www/vsl-gates.ru/manager/actions/
Upload File :
Current File : /var/www/element/data/www/vsl-gates.ru/manager/actions/mutate_password.dynamic.php

<?php
if(IN_MANAGER_MODE!="true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the MODx Content Manager instead of accessing this file directly.");
if(!$modx->hasPermission('change_password')) {
	$e->setError(3);
	$e->dumpError();
}
?>

<div class="subTitle">
<span class="right"><?php echo $_lang['change_password']; ?></span>
	<table cellpadding="0" cellspacing="0" class="actionButtons">
		<tr>
			<td id="Button1"><a href="#" onclick="documentDirty=false; document.userform.save.click();"><img src="media/style/<?php echo $manager_theme ? "$manager_theme/":""; ?>images/icons/save.gif" align="absmiddle"> <?php echo $_lang['save']; ?></a></td>
		</tr>
	</table>
</div>

<div class="sectionHeader"><?php echo $_lang['change_password']; ?></div><div class="sectionBody">
<form action="index.php?a=34" method="post" name="userform">
<input type="hidden" name="id" value="<?php echo $_GET['id'] ?>">

<?php echo $_lang['change_password_message']; ?> <p>

<table border="0" cellspacing="0" cellpadding="4">
  <tr>
    <td><?php echo $_lang['change_password_new']; ?>:</td>
    <td>&nbsp;</td>
    <td><input type="password" name="pass1" class="inputBox" style="width:150px" value=""></td>
  </tr>
  <tr>
    <td><?php echo $_lang['change_password_confirm']; ?>:</td>
    <td>&nbsp;</td>
    <td><input type="password" name="pass2" class="inputBox" style="width:150px" value=""></td>
  </tr>
</table>

<input type="submit" name="save" style="display:none">
</form>

</div>