diff --git a/app/controllers/external_user_credentials_controller.rb b/app/controllers/external_user_credentials_controller.rb index aedf358e4..2e8e7e72c 100644 --- a/app/controllers/external_user_credentials_controller.rb +++ b/app/controllers/external_user_credentials_controller.rb @@ -9,6 +9,7 @@ def new def create handle_with( CreateExternalUserCredentials, + caller: @user, success: -> { security_log :student_created_password redirect_to @return_to