Index: openacs-4/packages/acs-authentication/tcl/local-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/local-procs.tcl,v diff -u -N -r1.47 -r1.47.2.1 --- openacs-4/packages/acs-authentication/tcl/local-procs.tcl 4 Oct 2018 09:14:26 -0000 1.47 +++ openacs-4/packages/acs-authentication/tcl/local-procs.tcl 22 Feb 2021 14:04:53 -0000 1.47.2.1 @@ -134,7 +134,7 @@ } -ad_proc -private auth::local::authentication::Authenticate { +ad_proc -public auth::local::authentication::Authenticate { username password {parameters {}} @@ -170,7 +170,7 @@ return [array get auth_info] } -ad_proc -private auth::local::authentication::GetParameters {} { +ad_proc -public auth::local::authentication::GetParameters {} { Implements the GetParameters operation of the auth_authentication service contract for the local account implementation. } {