Index: openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl,v diff -u -N -r1.21.2.1 -r1.21.2.2 --- openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 10 Apr 2019 21:41:00 -0000 1.21.2.1 +++ openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 10 Aug 2019 15:15:49 -0000 1.21.2.2 @@ -256,15 +256,15 @@ CanChangePassword { description { Return whether the user can change his/her password through this implementation. - The value is not supposed to depend on the username and should be cachable. + The value is not supposed to depend on the username and should be cacheable. } input { parameters:string,multiple } output { changeable_p:boolean } - iscachable_p "t" + iscacheable_p "t" } ChangePassword { description { @@ -285,15 +285,15 @@ CanRetrievePassword { description { Return whether the user can retrieve his/her password through this implementation. - The value is not supposed to depend on the username and should be cachable. + The value is not supposed to depend on the username and should be cacheable. } input { parameters:string,multiple } output { retrievable_p:boolean } - iscachable_p "t" + iscacheable_p "t" } RetrievePassword { description { @@ -314,15 +314,15 @@ CanResetPassword { description { Return whether the user can reset his/her password through this implementation. - The value is not supposed to depend on the username and should be cachable. + The value is not supposed to depend on the username and should be cacheable. } input { parameters:string,multiple } output { resettable_p:boolean } - iscachable_p "t" + iscacheable_p "t" } ResetPassword { description {