From 63f990cf42b2f5c5a75451a8e0a95a9f02c57b58 Mon Sep 17 00:00:00 2001 From: Josiah Ivey Date: Fri, 22 Sep 2023 10:17:34 -0700 Subject: [PATCH] include token when posting form --- app/controllers/external_user_credentials_controller.rb | 1 + 1 file changed, 1 insertion(+) 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