X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5338c3fe0abbc6599aa290085be13eecfb0044e9..b6d7efab2c4bffa3fabd55b166e44cca8ac1391f:/lib/controller/router/request.go diff --git a/lib/controller/router/request.go b/lib/controller/router/request.go index cc63794868..39b4c51006 100644 --- a/lib/controller/router/request.go +++ b/lib/controller/router/request.go @@ -163,10 +163,12 @@ var intParams = map[string]bool{ } var boolParams = map[string]bool{ - "distinct": true, - "ensure_unique_name": true, - "include_trash": true, - "include_old_versions": true, + "distinct": true, + "ensure_unique_name": true, + "include_trash": true, + "include_old_versions": true, + "redirect_to_new_user": true, + "send_notification_email": true, } func stringToBool(s string) bool {