Index: openacs-4/packages/acs-subsite/www/user/password-update.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/user/password-update.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/acs-subsite/www/user/password-update.tcl 15 Sep 2003 10:31:25 -0000 1.14 +++ openacs-4/packages/acs-subsite/www/user/password-update.tcl 16 Sep 2003 13:08:38 -0000 1.15 @@ -115,7 +115,7 @@ # Should we change the password management API to optionally check and return account_status? # In which case we'd have to also check local account status - if { [ad_conn user_id] } { + if { ![ad_conn user_id] } { ad_user_login $user_id }