Index: openacs-4/packages/acs-authentication/tcl/local-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/local-procs.tcl,v diff -u -N -r1.26.2.6 -r1.26.2.7 --- openacs-4/packages/acs-authentication/tcl/local-procs.tcl 21 Sep 2004 17:56:04 -0000 1.26.2.6 +++ openacs-4/packages/acs-authentication/tcl/local-procs.tcl 29 Sep 2004 07:55:47 -0000 1.26.2.7 @@ -316,7 +316,7 @@ } # Reset the password - if ![exists_and_not_null new_password] { + if [exists_and_not_null new_password] { set password $new_password } else { set password [ad_generate_random_string]