diff --git a/app/views/shared/_create_account_form.html.erb b/app/views/shared/_create_account_form.html.erb
index 3ed5abe..1c10cb6 100644
--- a/app/views/shared/_create_account_form.html.erb
+++ b/app/views/shared/_create_account_form.html.erb
@@ -15,8 +15,8 @@
<%= render partial: "shared/my_org",
locals: {f: f, default_org: @default_org,
- orgs: Org.order("sort_name ASC, name ASC"),
- allow_other_orgs: true, required: true} %>
+ orgs: Org.where("is_other IS NULL").order("sort_name ASC, name ASC"),
+ allow_other_orgs: true, required: false} %>