HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers18/decoockpit.nl/wwwroot/kms/app/views/login/v_pass_new.php
<h1><?php echo $this->lang['choose_a_new_pass']; ?></h1>

<form action="<?php echo LANG_ROOT . $this->urls['pass_updater'] . '/validate/' ?>" method="post">
    <label for="new"><?php echo $this->lang['new_pass']; ?>: *</label>
    <input type="password" id="new" name="new" value=""class="text_field" />

    <label for="confirm"><?php echo $this->lang['confirm_pass']; ?>: *</label>
    <input type="password" id="confirm" name="confirm" value=""class="text_field" />

    <input type="hidden" name="actHash" value="" class="text_field" />
    <?php $this->getData('submit'); ?>
</form>