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

Go to the source code of this file.

Variables

 $fields
 Change the login / password of a protected folder. More...
 
if($newpass !=$newpassconf) if($hta->change_pass($user, $newpass, $dir)) else
 

Variable Documentation

◆ $fields

$fields
Initial value:
= array (
"user" => array ("post", "string", ""),
"dir" => array ("post", "string", ""),
"newpass" => array ("post", "string", ""),
"newpassconf" => array ("post", "string", ""),
)

Change the login / password of a protected folder.

Definition at line 29 of file hta_doedituser.php.

◆ else

if ( $newpass !=$newpassconf) if ( $hta->change_pass( $user, $newpass, $dir)) else
Initial value:
{
include("hta_edituser.php")

Definition at line 47 of file hta_doedituser.php.