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.26 -r1.27 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 10 Sep 2003 17:02:28 -0000 1.26 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 11 Sep 2003 08:04:00 -0000 1.27 @@ -244,7 +244,7 @@ {-url ""} {-secret_question ""} {-secret_answer ""} - {-email_verified_p "t"} + {-email_verified_p ""} {-member_state "approved"} } { Create a user, and return creation status and account status. @@ -451,8 +451,12 @@ } if { [exists_and_not_null local_account_message] } { - # Concatenate local and remote account messages - set creation_info(account_message) "

[auth::authority::get_element -authority_id $authority_id -element pretty_name]: $creation_info(account_message)

[ad_system_name]: $local_account_message

" + if { [exists_and_not_null creation_info(account_message)] } { + # Concatenate local and remote account messages + set creation_info(account_message) "

[auth::authority::get_element -authority_id $authority_id -element pretty_name]: $creation_info(account_message)

[ad_system_name]: $local_account_message

" + } else { + set creation_info(account_message) $local_account_message + } } # Issue login cookie if login was successful