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 -r1.8 -r1.9 --- openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 16 Sep 2003 13:07:42 -0000 1.8 +++ openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 17 Sep 2003 11:26:53 -0000 1.9 @@ -357,7 +357,7 @@ ad_proc -private auth::get_doc::delete_contract {} { Delete service contract for account registration. } { - acs_sc::contract::delete -name "GetDocument" + acs_sc::contract::delete -name "auth_sync_retrieve" } @@ -385,6 +385,20 @@ parameters:string,multiple } } + GetElements { + description { + Get an list of the elements handled by this batch synchronization + (first_names, last_name, username, email, etc). These elements will + not be editable by the user, so as not to risk overwriting the user's + changes with a later synchronization. + } + input { + parameters:string,multiple + } + output { + elements:string,multiple + } + } GetParameters { description { Get an array-list of the parameters required by this service contract implementation.