Server IP : 184.154.167.98 / Your IP : 3.137.159.163 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/mesa/include/client/ |
Upload File : |
<?php if(!defined('OSTCLIENTINC')) die('Access Denied'); $userid=Format::input($_POST['userid']); ?> <h1><?php echo __('Forgot My Password'); ?></h1> <p><?php echo __( 'Enter your username or email address in the form below and press the <strong>Send Email</strong> button to have a password reset link sent to your email account on file.'); ?> <form action="pwreset.php" method="post" id="clientLogin"> <div style="width:50%;display:inline-block"> <?php csrf_token(); ?> <input type="hidden" name="do" value="sendmail"/> <strong><?php echo Format::htmlchars($banner); ?></strong> <br> <div> <label for="username"><?php echo __('Username'); ?>:</label> <input id="username" type="text" name="userid" size="30" value="<?php echo $userid; ?>"> </div> <p> <input class="btn" type="submit" value="<?php echo __('Send Email'); ?>"> </p> </div> </form>