| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/themes/Honeygrid/html/system/ |
Upload File : |
{load_language_text section="new_password"}
{load_language_text section="buttons" name="button"}
<h1>{$txt.heading_password}</h1>
{include file="get_usermod:{$tpl_path}alert_message.html" message=$info_message type="info"}
<form id="{$FORM_ID}" action="{$FORM_ACTION_URL}" method="{$FORM_METHOD}" class="form-horizontal">
<fieldset>
<legend>
{$txt.text_step3} {$txt.text_step3_info}
</legend>
<div class="form-group">
<label for="{$INPUT_NEW_PASSWORD_NAME}" class="control-label col-sm-3">
{$txt.label_new_password}
</label>
<div class="col-sm-9 col-lg-6 input-container">
<input type="password"
id="{$INPUT_NEW_PASSWORD_NAME}"
name="{$INPUT_NEW_PASSWORD_NAME}"
class="form-control" />
</div>
</div>
<div class="form-group">
<label for="{$INPUT_CONFIRM_PASSWORD_NAME}" class="control-label col-sm-3">
{$txt.label_confirm_password}
</label>
<div class="col-sm-9 col-lg-6 input-container">
<input type="password"
id="{$INPUT_CONFIRM_PASSWORD_NAME}"
name="{$INPUT_CONFIRM_PASSWORD_NAME}"
class="form-control" />
</div>
</div>
</fieldset>
<div class="row">
<div class="col-xs-6 col-sm-4 col-md-3">
</div>
<div class="col-xs-6 col-sm-4 col-sm-offset-4 col-md-3 col-md-offset-6 text-right">
<input type="hidden" name="customers_id" value="{$CUSTOMERS_ID}" />
<input type="hidden" name="key" value="{$KEY}" />
<button type="submit" class="btn btn-primary btn-block" title="{$button.continue}">
{$button.continue}
</button>
</div>
</div>
</form>