Index: openacs-4/packages/acs-authentication/tcl/password-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/password-procs.tcl,v diff -u -r1.13 -r1.13.2.1 --- openacs-4/packages/acs-authentication/tcl/password-procs.tcl 13 Jan 2005 13:54:42 -0000 1.13 +++ openacs-4/packages/acs-authentication/tcl/password-procs.tcl 27 Sep 2006 10:43:21 -0000 1.13.2.1 @@ -670,7 +670,7 @@ {-new_password:required} {-authority_id:required} } { - Invoke the CanResetPassword operation on the given authority. + Invoke the ChangePassword operation on the given authority. Throws an error if the authority does not have a password management driver. @param username @@ -707,7 +707,7 @@ {-username:required} {-authority_id:required} } { - Invoke the CanResetPassword operation on the given authority. + Invoke the RetrievePassword operation on the given authority. Throws an error if the authority does not have a password management driver. @param username @@ -739,7 +739,7 @@ {-username:required} {-authority_id ""} } { - Invoke the CanResetPassword operation on the given authority. + Invoke the ResetPassword operation on the given authority. Throws an error if the authority does not have a password management driver. @param username