Index: openacs-4/packages/acs-subsite/www/members/make-member.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/members/make-member.tcl,v diff -u -r1.5 -r1.5.2.1 --- openacs-4/packages/acs-subsite/www/members/make-member.tcl 7 Aug 2017 23:47:59 -0000 1.5 +++ openacs-4/packages/acs-subsite/www/members/make-member.tcl 10 Apr 2019 21:39:35 -0000 1.5.2.1 @@ -9,7 +9,7 @@ permission::require_permission -object_id $group_id -privilege "admin" # TODO: -# Check if you're making yourself an non-admin? +# Check if you're making yourself a non-admin? db_transaction { foreach one_user_id $user_id { 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.21 -r1.21.2.1 --- openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 27 Mar 2018 12:22:17 -0000 1.21 +++ openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 10 Apr 2019 21:41:00 -0000 1.21.2.1 @@ -526,7 +526,7 @@ } GetElements { description { - Get an list of the elements handled by this batch synchronization + Get a 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.