Thanks so much for your response.
Yes i need to run the setup.exe to update the location folder of the "copy ghost" but i would like it minimal.
So I have attempt :
<?php
include('functions.php');
$userobj = $_zp_authority->newAdministrator('admin');
$msg = $userobj->setPass('toto');
?>
It's give me no error but the password isn't changed.
I have attempt to add on the last line :
$_zp_authority->save();
but it's give me this error :
PHP Fatal error: Call to undefined method Zenphoto_Authority:

ave() in - on line 6
I have tried to include classes.php but cannot redeclare (already included).
I think i'm not so far of the solution