Index: openacs-4/packages/acs-tcl/tcl/security-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.xql,v diff -u -r1.10.2.1 -r1.10.2.2 --- openacs-4/packages/acs-tcl/tcl/security-procs.xql 8 Jan 2020 17:24:47 -0000 1.10.2.1 +++ openacs-4/packages/acs-tcl/tcl/security-procs.xql 28 Sep 2021 12:46:48 -0000 1.10.2.2 @@ -24,13 +24,6 @@ - - - select password, salt from users where user_id = :user_id - - - - @@ -72,14 +65,4 @@ - - - update users - set password = :new_password, - salt = :salt, - password_changed_date = current_timestamp - where user_id = :user_id - - -