error on change password.
Status: Beta
Brought to you by:
leo_west
So far, so good, but...
when I click at change password , I recieve the follow
error
dumpOpject([object History)
title
..... (long, long list)
I am logged as normal user ro admin in ldap.
Running RH 7.3, php-4.1.2-7.2.4, apache-1.3.22-6.
Tested in IE6, Mozilla 1.0 (linux and win).
ldapnavigator 0.9.6
At mozilla, the java script window is on title of error.
Any idea ?
Error message
Logged In: YES
user_id=156822
The change password stuff is still in developpement. Sorry,
i should have disabled the Change password button.
If you want to disable it, edit config.php and comment the
code that declare the plugin :
// "userpassword" => "passwordChangeBox",
If you want to completely disable the password field , add
instead :
"userpassword" => "hidePlugin",
and create a "do nothing" plugin func in
attributes.plugins.php :
function hidePlugin( $val )
{
return "";
}
--
Leo West
Logged In: YES
user_id=643476
Thanks for the answer Leo.
I will wait for this feature in the nexts releases.
It's hard to find a good web interface to change passowrds
for LDAP.
Thanks again.