Index: openacs-4/packages/acs-subsite/www/user/password-reset.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/user/password-reset.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-subsite/www/user/password-reset.tcl 7 Aug 2017 23:47:59 -0000 1.4 +++ openacs-4/packages/acs-subsite/www/user/password-reset.tcl 1 Oct 2017 12:16:05 -0000 1.5 @@ -70,7 +70,7 @@ -old_password "" \ -new_password $password_1] - switch $result(password_status) { + switch -- $result(password_status) { ok { # Continue }