Alternc  latest
Alternc logiel libre pour l'hébergement
mem_passwd.php File Reference

Go to the source code of this file.

Variables

 $fields
 Changes a user account's password. More...
 
 if ( $mem->passwd( $oldpass, $newpass, $newpass2))
 

Variable Documentation

◆ $fields

$fields
Initial value:
= array (
"oldpass" => array ("post", "string", ""),
"newpass" => array ("post", "string", ""),
"newpass2" => array ("post", "string", ""),
)

Changes a user account's password.

Definition at line 28 of file mem_passwd.php.

◆ if

if($mem->passwd($oldpass, $newpass, $newpass2)) (   $mem-> $oldpass, $newpass, $newpass2)

Definition at line 37 of file mem_passwd.php.