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 -N -r1.24 -r1.25 --- openacs-4/packages/acs-subsite/www/user/password-update.tcl 7 Aug 2017 23:47:59 -0000 1.24 +++ openacs-4/packages/acs-subsite/www/user/password-update.tcl 1 Oct 2017 12:16:05 -0000 1.25 @@ -98,7 +98,7 @@ -old_password $password_old \ -new_password $password_1] - switch $result(password_status) { + switch -- $result(password_status) { ok { # Continue } @@ -130,7 +130,7 @@ -password $password_1] # Handle authentication problems - switch $auth_info(auth_status) { + switch -- $auth_info(auth_status) { ok { # Continue below } @@ -147,7 +147,7 @@ } # Handle account status - switch $auth_info(account_status) { + switch -- $auth_info(account_status) { ok { # Continue below }