Index: openacs-4/packages/acs-authentication/tcl/password-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/password-procs.tcl,v diff -u -N -r1.26 -r1.26.2.1 --- openacs-4/packages/acs-authentication/tcl/password-procs.tcl 22 Dec 2018 09:38:53 -0000 1.26 +++ openacs-4/packages/acs-authentication/tcl/password-procs.tcl 21 Jul 2020 14:05:18 -0000 1.26.2.1 @@ -120,7 +120,7 @@ # Refresh the current user's cookies, so he doesn't get logged out, # if this user was logged in before changing password - if { [ad_conn isconnected] && $user_id == $connection_user_id } { + if { [ns_conn isconnected] && $user_id == $connection_user_id } { auth::issue_login -account_status [ad_conn account_status] -user_id $user_id } }