Index: openacs-4/packages/acs-admin/www/users/become.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/users/become.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-admin/www/users/become.tcl 13 Mar 2001 22:59:26 -0000 1.1 +++ openacs-4/packages/acs-admin/www/users/become.tcl 9 Mar 2002 02:00:02 -0000 1.2 @@ -11,9 +11,6 @@ set return_url [ad_pvt_home] # Get the password and user ID -# as of Oracle 8.1 we'll have upper(email) constrained to be unique -# in the database (could do it now with a trigger but there is really -# no point since users only come in via this form) if ![db_0or1row password "select password from users where user_id=$user_id"] { ad_return_error "Couldn't find user $user_id" "Couldn't find user $user_id."