reSIProcate/repro  9694
Variables
updatepassword.php File Reference

Go to the source code of this file.

Variables

 $result = checkCookies($forceLogin,$error,FALSE)
if(!($result)||$forceLogin) $username = $_COOKIE['user']
if(!isset($_POST['current'])||!isset($_POST['newpassword'])||!isset($_POST['newpassword2'])) $newPassword = $_POST['newpassword']
if(empty($newPassword)) $newPassword2 = $_POST['newpassword2']
if($newPassword!=$newPassword2) $currentPassword = $_POST['current']
if($newPassword==$currentPassword) $encryptedPassword = createPassword($username,$currentPassword)
verify requested change
verify requested and update
password 
Author

Variable Documentation

if ($newPassword!=$newPassword2) $currentPassword = $_POST['current']

Definition at line 68 of file updatepassword.php.

if ("A"!=$result) $encryptedPassword = createPassword($username,$currentPassword)

Definition at line 80 of file updatepassword.php.

if (!isset($_POST['current'])||!isset($_POST['newpassword'])||!isset($_POST['newpassword2'])) $newPassword = $_POST['newpassword']

Definition at line 42 of file updatepassword.php.

if (empty($newPassword)) $newPassword2 = $_POST['newpassword2']

Definition at line 55 of file updatepassword.php.

$result = checkCookies($forceLogin,$error,FALSE)

Definition at line 6 of file updatepassword.php.

if (!($result)||$forceLogin) $username = $_COOKIE['user']

Definition at line 16 of file updatepassword.php.

verify requested and update password Author

Definition at line 99 of file updatepassword.php.

verify requested change

Definition at line 99 of file updatepassword.php.