Index: openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql 1 Mar 2002 23:16:13 -0000 1.9 +++ openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql 28 Aug 2003 09:41:43 -0000 1.10 @@ -64,4 +64,15 @@ + + + update users + set password = :new_password, + salt = :salt, + password_changed_date = current_timestamp + where user_id = :user_id + + + +