Browse Source

! And one less setting for the admin

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 years ago
parent
commit
937238d2bb
2 changed files with 0 additions and 2 deletions
  1. 0 1
      Sources/ManageRegistration.php
  2. 0 1
      Themes/default/languages/Login.english.php

+ 0 - 1
Sources/ManageRegistration.php

@@ -286,7 +286,6 @@ function ModifyRegistrationSettings($return_config = false)
 	$config_vars = array(
 			array('select', 'registration_method', array($txt['setting_registration_standard'], $txt['setting_registration_activate'], $txt['setting_registration_approval'], $txt['setting_registration_disabled'])),
 			array('select', 'enableOpenID', array(0 => $txt['enableOpenID_disabled'], 1 => $txt['enableOpenID_enabled'], 2 => $txt['enableOpenID_enabled_login'])),
-			array('check', 'notify_new_registration'),
 			array('check', 'send_welcomeEmail'),
 		'',
 			array('int', 'coppaAge', 'subtext' => $txt['setting_coppaAge_desc'], 'onchange' => 'checkCoppa();', 'onkeyup' => 'checkCoppa();'),

+ 0 - 1
Themes/default/languages/Login.english.php

@@ -88,7 +88,6 @@ $txt['setting_registration_disabled'] = 'Registration Disabled';
 $txt['setting_registration_standard'] = 'Immediate Registration';
 $txt['setting_registration_activate'] = 'Email Activation';
 $txt['setting_registration_approval'] = 'Admin Approval';
-$txt['setting_notify_new_registration'] = 'Notify administrators when a new member joins';
 $txt['setting_send_welcomeEmail'] = 'Send welcome email to new members';
 
 $txt['setting_coppaAge'] = 'Age below which to apply registration restrictions';