diff --git a/application/modules/bulletin/models/SectionModel.php b/application/modules/bulletin/models/SectionModel.php
index 24ba6cc1dc5d55ac283109fb4fba6125acb338b4..6b311ad0b6c1c5e8d5004cccf4c759e230fe94cf 100644
--- a/application/modules/bulletin/models/SectionModel.php
+++ b/application/modules/bulletin/models/SectionModel.php
@@ -806,7 +806,7 @@ EOF;
         if (Zend_Auth::getInstance()->hasIdentity()) {
             $user = Auth_UserModel::findCurrentUser();
         } else {
-            $user = Auth_UserModel::findByUsername('bglenn2');
+            $user = Auth_UserModel::findByUsername('nmitchell1');
         }
 
         $justification = 'Updating course code from '
@@ -842,4 +842,4 @@ EOF;
             return $request;
         }
     }
-}
\ No newline at end of file
+}
diff --git a/application/modules/bulletin/views/scripts/edit/index.phtml b/application/modules/bulletin/views/scripts/edit/index.phtml
index e5b096a53b5ae1664743e2665b0a437f8dc79245..083a69c771d91048d846f10e7c144816c4c43146 100644
--- a/application/modules/bulletin/views/scripts/edit/index.phtml
+++ b/application/modules/bulletin/views/scripts/edit/index.phtml
@@ -75,7 +75,7 @@ $this->layout()->pageTitle = 'Editing: ' . ($this->section->getMajor() ? $this->
     <textarea name="<?php echo $machineName; ?>" class="mceEditor"><?php echo $this->{$machineName}; ?></textarea>
     <?php }} ?>
     <h2>Other</h2>
-    <p>Only used by some Education & Human Sciences and Fine & Performing Arts programs.  Please leave blank if there is no information already here for your program.  Please contact Brooke Glenn (<a href="mailto:bglenn2@unl.edu">bglenn2@unl.edu</a>, 402-472-6023) if you think you need to add information to this section.</p>
+    <p>Only used by some Education & Human Sciences and Fine & Performing Arts programs.  Please leave blank if there is no information already here for your program.  Please contact Undergrad Education (<a href="mailto:undergrad.ed@unl.edu">undergrad.ed@unl.edu</a>, 402-472-6023) if you think you need to add information to this section.</p>
     <textarea name="other" class="mceEditor"><?php echo $this->other; ?></textarea>
 
     <?php if ($this->section->getCollegeLong() == 'Arts & Sciences') { ?>
diff --git a/application/modules/courses/models/CourseModel.php b/application/modules/courses/models/CourseModel.php
index fa813be029497ef9c2f27447e912e55d2e9724a3..06a4fec644a83f8817973c5d2b1cd2610110fc90 100644
--- a/application/modules/courses/models/CourseModel.php
+++ b/application/modules/courses/models/CourseModel.php
@@ -3728,7 +3728,7 @@ class Courses_CourseModel extends Unl_Model
         if (Zend_Auth::getInstance()->hasIdentity()) {
             $requestOwner = Auth_UserModel::findCurrentUser();
         } else {
-            $requestOwner = Auth_UserModel::findByUsername('bglenn2');
+            $requestOwner = Auth_UserModel::findByUsername('nmitchell1');
         }
 
         $relatedCourses = self::getRelatedCourses($subject, $originalCourseNumber, $originalCourseLetter);