From 242a3479808482ab83ac9ca3db61a60ef425092a Mon Sep 17 00:00:00 2001 From: Gabriela Navarro Date: Tue, 1 Apr 2014 08:36:05 -0300 Subject: [PATCH] user_registration: Add the option on the environment admin panel. --- app/models/environment.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/app/models/environment.rb b/app/models/environment.rb index ea0c211..952a165 100644 --- a/app/models/environment.rb +++ b/app/models/environment.rb @@ -124,6 +124,7 @@ class Environment < ActiveRecord::Base 'organizations_are_moderated_by_default' => _("Organizations have moderated publication by default"), 'enable_organization_url_change' => _("Allow organizations to change their URL"), 'admin_must_approve_new_communities' => _("Admin must approve creation of communities"), + 'admin_must_approve_new_users' => _("Admin must approve registration of new users"), 'show_balloon_with_profile_links_when_clicked' => _('Show a balloon with profile links when a profile image is clicked'), 'xmpp_chat' => _('XMPP/Jabber based chat'), 'show_zoom_button_on_article_images' => _('Show a zoom link on all article images'), -- libgit2 0.21.2