Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -r1.57 -r1.58 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 6 Nov 2003 09:20:14 -0000 1.57 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 6 Nov 2003 09:44:13 -0000 1.58 @@ -439,7 +439,6 @@ # Local account creation ok? if { [string equal $creation_info(creation_status) "ok"] } { - # Need to find out which username was set set username $creation_info(username) @@ -530,13 +529,10 @@ } } on_error { - - ns_log Notice "LARS: here again!" set creation_info(creation_status) failed_to_connect set creation_info(creation_message) $errmsg global errorInfo ns_log Error "auth::create_user: Error invoking account registration driver for authority_id = $authority_id: $errorInfo" - db_abort_transaction } if { ![string equal $creation_info(creation_status) "ok"] } {