diff --git a/app/controllers/newflow/educator_signup_controller.rb b/app/controllers/newflow/educator_signup_controller.rb index 3a4ae94ec..d1b169ee2 100644 --- a/app/controllers/newflow/educator_signup_controller.rb +++ b/app/controllers/newflow/educator_signup_controller.rb @@ -155,7 +155,7 @@ def educator_complete_profile }, failure: lambda { @book_titles = book_data.titles - security_log(:educator_sign_up_failed, user: current_user, reason: "Error in #{action_name}: #{@handler_result&.errors&.full_messages}") + security_log(:educator_sign_up_failed, user: current_user, reason: "Error in #{action_name}. Check Salesforce debug logs for details.") render :educator_profile_form } )