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.13 -r1.14 --- openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql 7 Aug 2017 23:47:59 -0000 1.13 +++ openacs-4/packages/acs-tcl/tcl/security-procs-postgresql.xql 20 Nov 2017 15:36:44 -0000 1.14 @@ -19,22 +19,8 @@ select sec_session_property__upsert(:session_id, :module, :name, :value, :secure, :last_hit) from dual - - + - - - - update users - set second_to_last_visit = last_visit, - last_visit = now(), - n_sessions = n_sessions + 1 - where user_id = :user_id - - - - - @@ -55,16 +41,5 @@ - - - - update users - set password = :new_password, - salt = :salt, - password_changed_date = current_timestamp - where user_id = :user_id - - -