To Know
Find the Admin password
In a template (home for example, paste this code while modifying the password.
Don't forget to remove it afterwards otherwise it will change it for you each time you load it
?>
<?php $u = $users->get(41);
$u->of(false);
$u->pass = 'mon_mot_de_passe';
$u->save(); ?>