I already checked the Zenphoto template functions to find out how to use printPasswordForm,
but still do not know how to hide the link to "I forgot my User ID/Password"
I suppose its $hints=false, or $_password_hint=false
printPasswordForm($_password_hint = false,$_password_showuser = true);
Thanks
I am using Zenphoto 1.4.2.3
In zp-core/lib-auth.php around line 1008:
if ($hint) {
echo ''.$hint.'';
}
if (OFFSET_PATH != 2) {
?>
/admin.php',['logon_step=challenge', 'ref='+$('#user').val()]);" >
But I guess you are right it's not hideable without changing this core lines....
Thanks for your fast reply.