Menu

#12 error on change password.

open
nobody
None
5
2002-11-06
2002-11-06
No

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 ?

Discussion

  • Mario Cabral

    Mario Cabral - 2002-11-06

    Error message

     
  • Leo West

    Leo West - 2002-11-26

    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

     
  • Mario Cabral

    Mario Cabral - 2002-11-26

    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.

     

Log in to post a comment.

MongoDB Logo MongoDB